cucumber.yml in rest_baby-0.5 vs cucumber.yml in rest_baby-0.6
- 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_<%= 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
+default: FIG_NEWTON_FILE=mock.yml DEBUG_HTTP=false --tags ~@wip --no-source --color --format pretty
+debug: FIG_NEWTON_FILE=mock.yml DEBUG_HTTP=true --no-source --color --format pretty
+report: FIG_NEWTON_FILE=mock.yml DEBUG_HTTP=false --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 DEBUG_HTTP=true --tags @wip --color --format pretty