Install phantomjs from gem

This commit is contained in:
Martin Lensment 2014-08-25 14:29:53 +03:00
parent 6c5c0b38c8
commit 3bdced6daa
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@ group :development, :test do
gem 'capybara', '~> 2.4.1'
# For feature testing
# gem 'capybara-webkit', '1.2.0' # Webkit driver didn't work with turbolinks
gem 'phantomjs', :require => 'phantomjs/poltergeist'
gem 'poltergeist', '~> 1.5.1' # We are using PhantomJS instead
# For cleaning db in feature and epp tests