Major supplier refactor making the whole system work better

This commit is contained in:
2014-08-07 15:50:06 +02:00
parent e61767fe78
commit b4353113e1
40 changed files with 6614 additions and 4354 deletions
@@ -27,7 +27,6 @@ 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