Merge pull request #289 from opf/feature/rails3_disable_strict_cucumber
Disabled cucumber strict setting to not complain onpull/284/merge
commit
9d1c902cbc
@ -1,8 +1,8 @@ |
||||
<% |
||||
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" |
||||
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" |
||||
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip" |
||||
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --tags ~@wip" |
||||
%> |
||||
default: <%= std_opts %> features |
||||
wip: --tags @wip:3 --wip features |
||||
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip |
||||
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --tags ~@wip |
||||
|
Loading…
Reference in new issue