Spec squashing

This commit is contained in:
2015-09-21 18:25:37 +02:00
parent 61dba311fa
commit ee199d7da8
18 changed files with 82 additions and 73 deletions
@@ -70,7 +70,7 @@ step "the section table should not have any active list markings anymore" do
css_class.should_not include 'occupied'
css_class.should_not include 'active_order'
css_class.should_not include 'needs_payment'
ember_find('table', @table.id)['active_list_id'].should_not be_present
ember_find('table', @table.id)['active_list'].should_not be_present
end
step "I should be redirected to the supplier section view" do