Better section actions speccing
This commit is contained in:
@@ -10,6 +10,9 @@ step "I visit the supplier section path" do
|
||||
visit "/supplier/sections/#{@section.id}"
|
||||
end
|
||||
|
||||
step "I visit the supplier last section path" do
|
||||
visit "/supplier/sections/#{@sections.last.id}"
|
||||
end
|
||||
|
||||
step "I should be redirected to the supplier settings page" do
|
||||
#page.current_path.should == supplier_settings_path
|
||||
|
||||
Reference in New Issue
Block a user