Verified Commit ec991217 authored by Hercules Merscher's avatar Hercules Merscher 🌴
Browse files

fix: Nobody uses the legacy matchers

parent 78d943be
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -74,15 +74,6 @@ expect { subject }.to complete_user_experience('rails_request', error: true, suc
expect { subject }.not_to complete_user_experience('rails_request')
```

### Legacy Matchers (Backward Compatibility)

For backward compatibility, the following legacy matchers are still available but deprecated. Please migrate to the new `*_user_experience` matchers above.

- `start_covered_experience`
- `checkpoint_covered_experience`
- `resume_covered_experience`
- `complete_covered_experience`

## Example Usage

### In your spec_helper.rb or rails_helper.rb: