Skip to content

Commit

Permalink
Merge pull request #147 from fsek/js-test
Browse files Browse the repository at this point in the history
Use poltergeist/PhantomJS for JS feature testing
  • Loading branch information
henrikssn committed Mar 31, 2015
2 parents ce9a5f3 + 9505d77 commit 533fe7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
require 'capybara/rspec'
require 'capybara/rails'

require 'capybara/poltergeist'
Capybara.javascript_driver = :poltergeist

# I had to include this, /d.wessman 2015-03-20
require 'database_cleaner'
# Devise helpers
Expand Down

0 comments on commit 533fe7a

Please sign in to comment.