Capybara added for Rails system tests
This commit is contained in:
parent
2700289ff8
commit
174f604bbc
2 changed files with 25 additions and 0 deletions
5
Gemfile
5
Gemfile
|
|
@ -79,6 +79,11 @@ group :development, :test do
|
|||
gem 'byebug', platform: :mri
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'capybara'
|
||||
gem 'selenium-webdriver'
|
||||
end
|
||||
|
||||
# TODO… https://github.com/galetahub/simple-captcha
|
||||
# Captcha for anonymous reports
|
||||
# gem "galetahub-simple_captcha", :require => "simple_captcha"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue