Fixes and simplifications

This commit is contained in:
2015-08-06 18:20:37 +02:00
parent 0052f97465
commit 74ba0dd27d
7 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Devise.stretches = 1
#Capybara.javascript_driver = :webkit
#Capybara.javascript_driver = :poltergeist
Capybara.javascript_driver = :selenium
Capybara.default_wait_time = 3 # ember needs more time than the default of 2
Capybara.default_wait_time = 5 # ember needs more time than the default of 2
Capybara::Screenshot.webkit_options = { width: 1024, height: 768 }
WebMock.disable_net_connect!(allow_localhost: true)