Green base specs before couch_potato update

This commit is contained in:
2015-07-17 10:11:50 +02:00
parent 3458384732
commit a8590c7b49
2 changed files with 2 additions and 1 deletions
@@ -24,6 +24,7 @@ step "a contact form object should be created having the proper data" do
end
step "an email should be sent containing the contact form body" do
sleep 0.2 # webkit issue
mail = ActionMailer::Base.deliveries.last
mail.should be_present
mail.body.should include "Awesome website!"