cucumber.yml in rest_baby-0.2 vs cucumber.yml in rest_baby-0.3

- old
+ new

@@ -1,4 +1,4 @@ default: FIG_NEWTON_FILE=mock.yml --tags ~@wip --no-source --color --format pretty -report: FIG_NEWTON_FILE=mock.yml --no-source --color --format progress --format html --out=features_report.html +report: FIG_NEWTON_FILE=mock.yml --no-source --color --format progress --format html --out='features_<%= Time.new.strftime('%Y-%m-%d_%H_%M_%S') %>.html' wip: FIG_NEWTON_FILE=mock.yml --tags @wip --color --format pretty core: FIG_NEWTON_FILE=mock.yml --tags @core --no-source --color --format pretty \ No newline at end of file