Skip to content

Commit

Permalink
fix copy/paste oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 5, 2012
1 parent 155e200 commit b06bc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/mock_framework_integration/use_flexmock.feature
Expand Up @@ -9,7 +9,7 @@ Feature: mock with flexmock
config.mock_framework = :flexmock
end
describe "mocking with RSpec" do
describe "mocking with Flexmock" do
it "passes when it should" do
receiver = flexmock('receiver')
receiver.should_receive(:message).once
Expand All @@ -27,7 +27,7 @@ Feature: mock with flexmock
config.mock_framework = :flexmock
end
describe "mocking with RSpec" do
describe "mocking with Flexmock" do
it "fails when it should" do
receiver = flexmock('receiver')
receiver.should_receive(:message).once
Expand Down

0 comments on commit b06bc35

Please sign in to comment.