All specs green, ember transition successful

This commit is contained in:
2014-06-27 14:52:18 +02:00
parent a5e8d38882
commit b5a68e9627
19 changed files with 100 additions and 14 deletions
+4
View File
@@ -23,6 +23,10 @@ step "the user order should be created as a new order" do
end
step "the user order gets marked as being in process" do
step "the order gets marked as being in process"
end
step "the order gets marked as being in process" do
@order.is_being_processed!
end