diff --git a/Gemfile.lock b/Gemfile.lock index 813884e5..32876ee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -406,7 +406,7 @@ GEM railties (>= 3.1, < 5.0) slim (~> 3.0) slop (3.6.0) - spring (1.3.3) + spring (1.3.6) spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (2.12.3) diff --git a/spec/acceptance_steps/global_website_steps.rb b/spec/acceptance_steps/global_website_steps.rb index 269d130b..9dcbad68 100644 --- a/spec/acceptance_steps/global_website_steps.rb +++ b/spec/acceptance_steps/global_website_steps.rb @@ -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!"