Skip to content

Commit

Permalink
Cleanup whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 17, 2015
1 parent ddb4c20 commit b096ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/mocks/argument_matchers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module Mocks
it "rejects goose when expecting a duck", :reset => true do
expect(a_double).to receive(:random_call).with(duck_type(:abs, :div))
expect {
a_double.random_call("I don't respond to :abs or :div")
a_double.random_call("I don't respond to :abs or :div")
}.to fail_matching "expected: (duck_type(:abs, :div))"
end
end
Expand Down

0 comments on commit b096ec9

Please sign in to comment.