diff --git a/features/allow_rescue.feature b/features/allow_rescue.feature index 94aa93fe..57c01b7d 100644 --- a/features/allow_rescue.feature +++ b/features/allow_rescue.feature @@ -32,8 +32,7 @@ Feature: Allow Cucumber to rescue exceptions visit '/posts' end Then /^I should see the public error page$/ do - expect(page).to have_content "We're sorry, but something went wrong. \ - If you are the application owner check the logs for more information." + expect(page).to have_content "We're sorry, but something went wrong." end """ And I run `bundle exec rake db:migrate`