We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e436e3 + 8de9d83 commit 6f2fe22Copy full SHA for 6f2fe22
docs/testing/capybara-and-rspec.md
@@ -11,6 +11,8 @@ In this guide we assume that you know the basics of Rspec and Capybara and have
11
* [https://github.com/rspec/rspec-rails](https://github.com/rspec/rspec-rails)
12
* [https://github.com/teamcapybara/capybara](https://github.com/teamcapybara/capybara)
13
14
+**Note**: Make sure you set `config.action_controller.allow_forgery_protection = true` in your `config/environments/test.rb' file.
15
+
16
Additionally you need a Chrome browser installed on your system.
17
18
We recommend to configure Capybara in a separate file and require it in your `rails_helper.rb`
0 commit comments