More advance signup flow

This commit is contained in:
2015-02-24 17:56:06 +01:00
parent 16418dde30
commit cb723ea432
19 changed files with 123 additions and 48 deletions
@@ -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