User cancelled order handling

This commit is contained in:
2014-08-14 14:11:14 +02:00
parent 6da2d7a40e
commit 0e605828bd
11 changed files with 76 additions and 5 deletions
+4
View File
@@ -47,3 +47,7 @@ end
step "the user orders list gets closed" do
@order.list.close!
end
step "the order gets cancelled" do
@order.cancel!
end