use pretty formatter on CI for great justice
This commit is contained in:
parent
f6eec580a0
commit
518d2be1e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue