This commit is contained in:
Stan Hu 2015-12-01 16:45:40 -08:00
parent a120b78940
commit ba3c702073
1 changed files with 1 additions and 3 deletions

View File

@ -70,8 +70,6 @@ class Spinach::Features::ProjectHooks < Spinach::FeatureSteps
step 'I should see hook service down error message' do
expect(page).to have_selector '.flash-alert',
text: 'Hook execution failed. '\
'Ensure hook URL is correct and '\
'service is up.'
text: 'Hook execution failed: Exception from'
end
end