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
@@ -16,3 +16,7 @@ end
step "the other user does not see order buttons" do
page.should_not have_selector '.order-product-button'
end
step "there is another table in the section" do
@other_table = create :table, number: 126, section: @section, supplier: @supplier
end