Skip to content

Commit

Permalink
Fix a bad example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored Jun 24, 2024
1 parent 2e0a59f commit 35009aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ per-context basis using `wait` metadata. Provide a hash containing any
number of shorthand keys and values for RSpec::Wait's configurations.

```ruby
scenario "A user can log in successfully", wait: { timeout: 3, delay: 0.5, clone_wait_matcher: true } do
scenario "A user can log in successfully", wait: { timeout: 3, delay: 0.5, clone_matcher: true } do
visit new_session_path

fill_in "Email", with: "[email protected]"
Expand Down

0 comments on commit 35009aa

Please sign in to comment.