Skip to content

Commit 41e611e

Browse files
committed
Remove any_number_of_times expectation in Writer, which is deprecated.
1 parent d595960 commit 41e611e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/rdf/spec/writer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ module RDF_Writer
120120
writer_mock = double("writer")
121121
writer_mock.should_receive(:got_here)
122122
file = StringIO.new
123-
file.should_receive(:write).any_number_of_times
124123
@writer_class.new(file) do |r|
125124
writer_mock.got_here
126125
r.instance_variable_get(:@output).should == file

0 commit comments

Comments
 (0)