Improve supplier settings logick

This commit is contained in:
2014-10-06 10:20:13 +02:00
parent a23760965e
commit ca0bf64568
11 changed files with 46 additions and 9 deletions
@@ -22,3 +22,10 @@ end
step "I visit the supplier settings path" do
visit "/supplier#/settings"
end
## ASSERTIONS
step "the supplier should be redirected to the root path" do
ember_route.should == '/'
end