Skip to content

Commit

Permalink
fixup! Cleanup leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 23, 2020
1 parent bb8f88d commit 3daf73c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion features/built_in_matchers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ e.g.

expect(result).to eq(3)
expect(list).not_to be_empty
should be > 3

## Object identity

Expand Down
2 changes: 1 addition & 1 deletion features/built_in_matchers/predicates.feature
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Feature: Predicate matchers

Any arguments passed to the matcher will be passed on to the predicate method.

Scenario: should be_zero (based on Integer#zero?)
Scenario: is_expected.to be_zero (based on Integer#zero?)
Given a file named "should_be_zero_spec.rb" with:
"""ruby
RSpec.describe 0 do
Expand Down

0 comments on commit 3daf73c

Please sign in to comment.