Better section actions speccing

This commit is contained in:
2013-12-22 20:25:35 +01:00
parent 592aa65054
commit 101cbd62e5
6 changed files with 81 additions and 5 deletions
+1
View File
@@ -15,6 +15,7 @@ Dir.glob("spec/acceptance_steps/**/*steps.rb") { |f| load f, true }
I18n.locale =I18n.default_locale
Devise.stretches = 1
Capybara.javascript_driver = :webkit
Capybara.default_wait_time = 4 # ember needs more time than the default of 2
#Capybara.javascript_driver = :selenium
module FactoryAttributesFor