Commit 3848fa46 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

fix features/group_hooks.feature

parent 3ac182d1
......@@ -34,7 +34,7 @@ class Spinach::Features::GroupHooks < Spinach::FeatureSteps
step 'I submit new hook' do
@url = 'http://example.org'
fill_in "hook_url", with: @url
expect { click_button "Add Webhook" }.to change(GroupHook, :count).by(1)
expect { click_button "Add webhook" }.to change(GroupHook, :count).by(1)
end
step 'I should see newly created hook' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment