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:
parent
72ed488187
commit
594ece71e4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue