This commit is contained in:
Stan Hu
2015-12-04 07:13:28 -08:00
parent a120b78940
commit ba3c702073
+1 -3
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