diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index 1fca18e..1421b47 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -12,4 +12,4 @@ if ENV['RAILS_ENV'] == 'staging' end Capybara.asset_host = asset_hosts[ENV['RAILS_ENV'].to_sym] #Capybara.asset_host = 'http://localhost:3000' -Capybara.javascript_driver = :selenium # :poltergeist +Capybara.javascript_driver = :poltergeist # :selenium