More advance signup flow
This commit is contained in:
@@ -36,3 +36,9 @@ end
|
||||
step "the supplier employee visits the :path_spec path" do |path_spec|
|
||||
visit "/supplier#/#{path_spec}"
|
||||
end
|
||||
|
||||
step "the supplier should be redirected to the supplier :path path" do |path|
|
||||
# route_should_be 'supplier#edit'
|
||||
ember_route_should_be path
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user