update testing gems to try fixing occasional integration test error
This commit is contained in:
parent
201f23381b
commit
7779c15dc9
2 changed files with 9 additions and 10 deletions
5
Gemfile
5
Gemfile
|
|
@ -78,10 +78,9 @@ group :test do
|
|||
gem 'rspec-rails'
|
||||
gem 'factory_girl_rails', '~> 4.0'
|
||||
gem 'faker'
|
||||
# version requirements to avoid problem http://stackoverflow.com/questions/18114544
|
||||
gem 'capybara', '~> 2.1.0'
|
||||
gem 'capybara'
|
||||
# webkit and poltergeist don't seem to work yet
|
||||
gem 'selenium-webdriver', '~> 2.35.1'
|
||||
gem 'selenium-webdriver'
|
||||
gem 'database_cleaner'
|
||||
gem 'simplecov', require: false
|
||||
# need to include rspec components before i18n-spec or rake fails in test environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue