Use phantomjs gem to demonstrate phantomjs is a dependency, and autoinstall phantomjs.

This commit is contained in:
James Mason 2014-08-19 08:47:28 -07:00
parent 89c77fa33b
commit 2b0d7b880b
3 changed files with 5 additions and 1 deletions

View file

@ -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