We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d416f7 commit 632a2c3Copy full SHA for 632a2c3
ruby_on_rails/rspec.md
@@ -108,6 +108,7 @@ RSpec.configure do |config|
108
config.include FactoryBot::Syntax::Methods
109
config.include ActiveSupport::Testing::TimeHelpers
110
config.include JavaScriptErrorReporter, type: :system, js: true
111
+ config.include Capybara::RSpecMatchers, type: :request
112
113
config.infer_spec_type_from_file_location!
114
0 commit comments