Broken end of day commit

This commit is contained in:
2014-08-06 18:46:36 +02:00
parent 1d4fdc42d9
commit e61767fe78
11 changed files with 25 additions and 24 deletions
@@ -7,7 +7,7 @@ step "I visit the supplier root path" do
end
step "I visit the supplier section path" do
visit "/supplier/sections/#{@section.id}"
visit "/supplier#/sections/#{@section.id}"
end
step "I visit the supplier last section path" do
@@ -27,6 +27,7 @@ step "the section table should be marked as in need of help" do
end
step "the section table should not be marked as in need of help" do
binding.pry
table = page.find(".section-table-#{@table.id}")
table['class'].should_not include 'needs_help'
end