make integration spec work with javascript driver too

This commit is contained in:
wvengen 2013-07-24 02:57:45 +02:00
parent a858ceedea
commit 0d33922ed9
4 changed files with 33 additions and 2 deletions

View file

@ -71,4 +71,6 @@ group :development, :test do
gem 'factory_girl_rails', '~> 4.0'
gem 'faker'
gem 'capybara'
gem 'poltergeist'
gem 'database_cleaner'
end