Loading lib/labkit/rspec/README.md +0 −9 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
lib/labkit/rspec/README.md +0 −9 Original line number Diff line number Diff line Loading @@ -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: Loading