lib/lucid/generators/project/lucid-symbiont.yml in lucid-0.0.9 vs lib/lucid/generators/project/lucid-symbiont.yml in lucid-0.1.0
- old
+ new
@@ -1,6 +1,6 @@
<% browser = "BROWSER=firefox" %>
<% std_opts = "-r common -r pages -r steps" %>
<% rpt_opts = "--format html --out output/specs-report.html" %>
-default: <%= std_opts %>
-report: <%= std_opts %> <%= rpt_opts %>
+default: <%= browser %> <%= std_opts %>
+report: <%= browser %> <%= std_opts %> <%= rpt_opts %>
\ No newline at end of file