1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Remove unnecessary line.

This commit is contained in:
Reade Harris 2012-10-12 16:17:36 -04:00 committed by Jason Draper
parent 72ed488187
commit 594ece71e4

View file

@ -56,7 +56,6 @@ describe Shoulda::Matchers::Independent::DelegateMatcher do
end
it 'uses the proper syntax for class methods in errors' do
post_office = PostOffice.new
matcher = delegate_method(:deliver_mail).to(:mailman)
matcher.matches?(PostOffice)