update spec gems to make tests work again
This commit is contained in:
parent
7de57715f2
commit
707f487128
3 changed files with 18 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue