Skip to content

Commit

Permalink
Fixed spelling error in feature name - see #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwren committed Oct 14, 2018
1 parent 6ae1105 commit 9bc5f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/setting_constraints/matching_arguments.feature
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Feature: Matching arguments
When I run `rspec responding_differently_spec.rb`
Then the examples should all pass

Scenario: Expecting a method invocatin with a block
Scenario: Expecting a method invocation with a block
Given a file named "expect_method_with_block.rb" with:
"""ruby
RSpec.describe "Expecting a message with a block" do
Expand Down

0 comments on commit 9bc5f79

Please sign in to comment.