From 35009aace16f326fcfddb8ae5b86869316722600 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 24 Jun 2024 22:33:49 +0000 Subject: [PATCH] Fix a bad example in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80addb6..a074230 100644 --- a/README.md +++ b/README.md @@ -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: "john@example.com"