Working and specced supplier signup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user