diff options
Diffstat (limited to 'spec/unit/renderer/template_path.rb')
-rw-r--r-- | spec/unit/renderer/template_path.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/unit/renderer/template_path.rb b/spec/unit/renderer/template_path.rb deleted file mode 100644 index 261faa8..0000000 --- a/spec/unit/renderer/template_path.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'spec_helper' - -describe Zero::Renderer, '#template_path' do - subject { Zero::Renderer.new(template_path) } - let(:template_path) { 'foo' } - - its(:type_map) { should be(template_path) } -end |