cucumber.yml in page-object-0.8.6.1 vs cucumber.yml in page-object-0.8.7

- old
+ new

@@ -1,6 +1,6 @@ <% -std_opts = "--no-source --color --format Cucumber::Formatter::Fuubar" +std_opts = "--no-source --color --format pretty" # Cucumber::Formatter::Fuubar" %> default: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only watir_webdriver: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only selenium_webdriver: DRIVER=SELENIUM <%= std_opts %> --tags ~@watir_only