Skip to content
Extraits de code Groupes Projets
Valider 5459d073 rédigé par danielgrippi's avatar danielgrippi
Parcourir les fichiers

bump capybara timeout to avoid timeout errorsdefine cucumber step to be...

bump capybara timeout to avoid timeout errorsdefine cucumber step to be pending so travis doesn't freak out
parent 3bc3f136
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -134,3 +134,7 @@ end
When /^the frame's body should be "([^"]*)"$/ do |body_text|
find("section.body").text.should == body_text
end
Then /^the first post should mention "([^"]*)"$/ do |user_name|
pending
end
......@@ -27,7 +27,7 @@ Spork.prefork do
# Capybara.default_wait_time = 30
# While there are a lot of failures, wait less, avoiding travis timeout
Capybara.default_wait_time = 3
Capybara.default_wait_time = 5
# If you set this to false, any error raised from within your app will bubble
# up to your step definition and out to cucumber unless you catch it somewhere
......@@ -100,4 +100,4 @@ Spork.each_run do
After('@localserver') do
CapybaraSettings.instance.restore
end
end
\ No newline at end of file
end
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter