update spec gems to make tests work again

This commit is contained in:
wvengen 2013-09-07 01:34:34 +02:00
parent 7de57715f2
commit 707f487128
3 changed files with 18 additions and 11 deletions

View file

@ -76,8 +76,10 @@ group :test do
gem 'rspec-rails'
gem 'factory_girl_rails', '~> 4.0'
gem 'faker'
gem 'capybara'
# version requirements to avoid problem http://stackoverflow.com/questions/18114544
gem 'capybara', '~> 2.1.0'
# webkit and poltergeist don't seem to work yet
gem 'selenium-webdriver', '~> 2.35.1'
gem 'database_cleaner'
gem 'simplecov', require: false
# need to include rspec components before i18n-spec or rake fails in test environment