Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Remove unnecessary duplicate assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Feb 24, 2012
1 parent 50e94e9 commit c0f6abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/spy_test.rb
Expand Up @@ -17,7 +17,6 @@ def test_should_accept_wildcard_stub_call_without_arguments
instance.stubs(:magic)
instance.magic
assert_received(instance, :magic)
assert_received(instance, :magic)
assert_matcher_accepts have_received(:magic), instance
end

Expand Down

0 comments on commit c0f6abc

Please sign in to comment.