spec/rendering_spec.rb in jarrett-quarto-1.6.0 vs spec/rendering_spec.rb in jarrett-quarto-1.6.1

- old
+ new

@@ -40,13 +40,6 @@ Object.class_eval do remove_const :SomeMixin end end end - - context '#output_file_path' do - it 'should return the path' do - rendering = Quarto::Rendering.new(ERB.new('foo'), {}, [], 'bar/baz') - rendering.send(:output_file_path).should == 'bar/baz' - end - end end \ No newline at end of file