We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb35a0 commit e6b5c83Copy full SHA for e6b5c83
lib/rspec/rails/example/system_example_group.rb
@@ -52,9 +52,9 @@ def app
52
require 'action_dispatch/system_test_case'
53
# rubocop:disable Lint/HandleExceptions
54
rescue LoadError => e
55
- p e
56
# rubocop:enable Lint/HandleExceptions
57
abort """
+ LoadError: #{e.message}
58
System test integration requires Rails >= 5.1 and has a hard
59
dependency on a webserver and `capybara`, please add capybara to
60
your Gemfile and configure a webserver (e.g. `Capybara.server =
0 commit comments