update testing gems to try fixing occasional integration test error

This commit is contained in:
wvengen 2013-10-29 21:31:07 +01:00
parent 201f23381b
commit 7779c15dc9
2 changed files with 9 additions and 10 deletions

View file

@ -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