Working and specced supplier signup

This commit is contained in:
2013-10-30 15:29:47 +01:00
parent c8fb2ab069
commit 1af153e45f
11 changed files with 90 additions and 5 deletions
@@ -9,3 +9,8 @@ end
step "I visit the supplier section path" do
visit "/supplier/sections/#{@section.id}"
end
step "I should be redirected to the supplier settings page" do
page.current_path.should == supplier_settings_path
end