Cleanup for mobile build without errors

This commit is contained in:
2014-07-07 17:02:52 +02:00
parent b4cecb69c2
commit def1d271a5
41 changed files with 4143 additions and 1332 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
step "the list is marked as in need of help" do
@list.needs_help.should_not be_true
@list.needs_help.should_not be true
@list.needs_help!
end