use pretty formatter on CI for great justice

This commit is contained in:
Maxwell Salzberg 2012-04-03 21:51:18 -07:00
parent f6eec580a0
commit 518d2be1e1

View file

@ -19,7 +19,7 @@ begin
t.fork = true # You may get faster startup if you set this to false
t.profile = 'default'
cucumber_opts = ""
cucumber_opts << " -f pretty" unless ENV["TRAVIS"]
cucumber_opts << " -f pretty"
cucumber_opts << ((ENV["GROUP"] == "oauth") ? " --tags @oauth-group" : " --tags ~@oauth-group")
t.cucumber_opts = cucumber_opts
end