Commit f98f88f
Changed files (2)
Gemfile
@@ -38,6 +38,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'capybara', '>= 2.15', '< 4.0'
gem 'capybara-screenshot'
+ gem 'chromedriver-helper'
gem 'factory_bot_rails'
gem 'ffaker'
gem 'rails-controller-testing'
Gemfile.lock
@@ -50,6 +50,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
+ archive-zip (0.11.0)
+ io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
bcrypt (3.1.12)
@@ -74,6 +76,9 @@ GEM
launchy
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
+ chromedriver-helper (1.2.0)
+ archive-zip (~> 0.10)
+ nokogiri (~> 1.8)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
@@ -105,6 +110,7 @@ GEM
hashdiff (0.3.7)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
+ io-like (0.3.0)
jaro_winkler (1.5.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
@@ -296,6 +302,7 @@ DEPENDENCIES
byebug
capybara (>= 2.15, < 4.0)
capybara-screenshot
+ chromedriver-helper
coffee-rails (~> 4.2)
dotenv
email_validator