We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d595960 commit 41e611eCopy full SHA for 41e611e
1 file changed
lib/rdf/spec/writer.rb
@@ -120,7 +120,6 @@ module RDF_Writer
120
writer_mock = double("writer")
121
writer_mock.should_receive(:got_here)
122
file = StringIO.new
123
- file.should_receive(:write).any_number_of_times
124
@writer_class.new(file) do |r|
125
writer_mock.got_here
126
r.instance_variable_get(:@output).should == file
0 commit comments