mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Install phantomjs from gem
This commit is contained in:
parent
6c5c0b38c8
commit
3bdced6daa
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -93,6 +93,7 @@ GEM
|
|||
nokogiri (1.6.2.1)
|
||||
mini_portile (= 0.6.0)
|
||||
pg (0.17.1)
|
||||
phantomjs (1.9.7.1)
|
||||
poltergeist (1.5.1)
|
||||
capybara (~> 2.1)
|
||||
cliver (~> 0.3.1)
|
||||
|
@ -210,6 +211,7 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
nokogiri (~> 1.6.2.1)
|
||||
pg
|
||||
phantomjs
|
||||
poltergeist (~> 1.5.1)
|
||||
pry (~> 0.10.1)
|
||||
pry-byebug (~> 1.3.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue