Speccing and fixing user list loading and adding orders to other users

This commit is contained in:
2014-08-28 18:07:30 +02:00
parent af4510cdc6
commit 14791df379
9 changed files with 66 additions and 1 deletions
@@ -13,3 +13,8 @@ end
step "the supplier counters in the user active list view should be updated" do
binding.pry
end
step "the original user should see the newly placed order" do
Capybara.session_name = :default
page.should have_content '5 x'
end