Skip to content

Commit

Permalink
Test to prevent regression of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Dec 20, 2013
1 parent 2dd5d50 commit 6ac2509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io_adapters/abstract_adapter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def content_type
@adapter.tempfile = stub("Tempfile")
end

[:close, :closed?, :eof?, :path, :rewind, :unlink].each do |method|
[:close, :close!, :closed?, :eof?, :path, :rewind, :unlink].each do |method|
should "delegate #{method} to @tempfile" do
@adapter.tempfile.stubs(method)
@adapter.public_send(method)
Expand Down

0 comments on commit 6ac2509

Please sign in to comment.