Greenification of the specs

This commit is contained in:
2015-10-06 17:20:56 +02:00
parent 2df5b290ef
commit 0985881552
16 changed files with 48 additions and 34 deletions
@@ -134,7 +134,7 @@ end
step "the supplier main board table number should be updated to the new table number" do
expect( find(".list-row-#{@list.id} .table-number").text ).to eq "# 65"
expect( find(".order-row-#{@list.orders.first.id} .table-number").text ).to eq "65"
expect( find(".order-row-#{@list.orders.first.id} .table-number").text ).to eq "# 65"
end
step "the supplier main board section name should be updated to the new section" do