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 b1dff4b commit 8d184ccCopy full SHA for 8d184cc
lib/rspec/rails/example/system_example_group.rb
@@ -57,7 +57,7 @@ def app
57
System test integration requires Rails >= 5.1 and has a hard
58
dependency on a webserver and `capybara`, please add capybara to
59
your Gemfile and configure a webserver (e.g. `Capybara.server =
60
- :webrick`) before attempting to use system tests.
+ :webrick`) before attempting to use system specs.
61
""".gsub(/\s+/, ' ').strip
62
end
63
0 commit comments