add failing spec

This commit is contained in:
2014-10-01 11:29:31 +02:00
parent 056dce5f26
commit faaa06f0dc
3 changed files with 16 additions and 7 deletions
@@ -36,7 +36,3 @@ step 'a new order on a table in another section is created' do
@new_list = create :list, section: @other_section, table: @other_table, supplier: @supplier, user_ids: [@user.id]
@new_order = @new_list.place_order(products: {@product.id => 3}, user: @user)
end
step "I am signed in as a user" do
step "I visit the user obtain token path"
end