cucumber.yml in page-object-0.5.5 vs cucumber.yml in page-object-0.6

- old
+ new

@@ -1,9 +1,8 @@ <% std_opts = "--no-source --color --format Cucumber::Formatter::Fuubar" %> -default: DRIVER=WATIR <%= std_opts %> +default: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only watir: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only selenium: DRIVER=SELENIUM <%= std_opts %> --tags ~@watir_only -autotest: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only