Skip to content

Commit

Permalink
Merge pull request #935 from imtayadeway/tw/fix-receive-spec-typo
Browse files Browse the repository at this point in the history
Fix typo in receive example description.
  • Loading branch information
myronmarston committed Apr 22, 2015
2 parents 9ee3e3a + cb13992 commit 18277e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/mocks/matchers/receive_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module Mocks
end

shared_examples "an expect syntax negative expectation" do
it 'sets up a negaive message expectation that passes if the message is not received' do
it 'sets up a negative message expectation that passes if the message is not received' do
wrapped.not_to receive(:foo)
verify_all
end
Expand Down

0 comments on commit 18277e2

Please sign in to comment.