Fixes for event stream and section view actions

This commit is contained in:
2014-07-28 15:13:18 +02:00
parent 2c4c51fe77
commit 48e1850200
17 changed files with 76 additions and 40 deletions
@@ -3,6 +3,10 @@ step 'there is a table' do
@table ||= create :table, section: @section, supplier: @supplier
end
step 'there is a table in the section' do
step 'there is a table'
end
step "the other user sees the table menu" do
Capybara.session_name = :other_user
route_should_be 'user#list_products_for_table'