Use phantomjs gem to demonstrate phantomjs is a dependency, and autoinstall phantomjs.
This commit is contained in:
parent
89c77fa33b
commit
2b0d7b880b
3 changed files with 5 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -130,6 +130,7 @@ group :test do
|
|||
gem 'capybara'
|
||||
gem 'database_cleaner'
|
||||
gem 'poltergeist'
|
||||
gem 'phantomjs', :require => 'phantomjs/poltergeist'
|
||||
# Set of rails validations matchers to describe models
|
||||
gem 'shoulda'
|
||||
# Extracted from RSpec 3 stub_model and mock_model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue