doc/backlog.txt in cuukie-0.1.3 vs doc/backlog.txt in cuukie-0.1.4

- old
+ new

@@ -1,17 +1,15 @@ -MMF 0.4 - - show exceptions - - show code snippets -MMF 0.5 +MMF 0.1.5 - show incomplete suite - show undefined Scenarios/suite - show undefined Steps - show incomplete wrap-up for steps/scenarios - show incomplete running time -MMF 0.6 +MMF 0.1.6 - deal with Scenario Examples -MMF 1.0 + - open/close steps +MMF 1.0.0 - nice graphics - self-updating Steps - self-updating Scenarios - self-updating suite - self-updating scenario wrap-up @@ -22,10 +20,16 @@ - show tags - filter by tag +- instead of showing scenarios that appear one by one, + show the entire suite ASAP, and then proceed to make + each scenario red or green (or whatever). this + gives an immediate feeling of where you are in the + suite. + - show status for each table row (table rows have an associated status in Cucumber formatters, and the HTML formatter seems to take advantage of this. Why? And what consequences does this have on the way Scenario status is calculated in Cuukie?) @@ -39,6 +43,8 @@ - check rbx bug (interestingly, Rubynius has a different idea of where a "step" is. it seems to return different lines for steps than other rubies. I removed the line numbers from tests b/c of this, and b/c they made the tests fragile. Try to put back the line numbers, - and test under rbx) \ No newline at end of file + and test under rbx) + +- test against rbx