don't use WebKit with Capybara

This commit is contained in:
Hauke Klement
2015-01-29 15:03:19 +01:00
parent 3a382491ae
commit 62adb1a8e2
3 changed files with 0 additions and 7 deletions

View File

@ -20,8 +20,6 @@ Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.maintain_test_schema!
Capybara.javascript_driver = :webkit
RSpec.configure do |config|
config.around(:each) do |example|
Timeout::timeout(example.metadata[:permitted_execution_time] || MAXIMUM_EXECUTION_TIME) { example.run }