Cleanup Qsupplier

This commit is contained in:
2014-08-18 09:33:11 +02:00
parent 3b5d411a89
commit 34877d4b8b
8 changed files with 204 additions and 221 deletions
@@ -21,6 +21,10 @@ step "the user has an active list with a/an :order_status order" do |order_statu
end
end
step "the list changes to another table" do
@list.move_to_table! @other_table
end
step "the list should be marked as closed" do
@list.reload
@list.state.should == 'closed'