Green base specs before couch_potato update
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user