File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<%
22base_opts = '--require features/step_definitions --require features/support'
3+ std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'Cucumber::Formatter::Fuubar'} --strict"
34rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
45rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'Cucumber::Formatter::Fuubar'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
5- std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'Cucumber::Formatter::Fuubar'} --strict --require features/step_definitions --require features/support"
66
77exclusions = []
88exclusions << "--tags ~@exclude-#{RUBY_VERSION.split('.').first(2).join}"
Original file line number Diff line number Diff line change 55require 'ruby-debug' if !defined? ( RUBY_ENGINE ) && RUBY_VERSION != '1.9.3' && !ENV [ 'CI' ]
66
77require 'aruba/cucumber'
8- require 'aruba/jruby'
8+ require 'aruba/jruby' if RUBY_PLATFORM == 'java'
99
1010additional_paths = [ ]
1111Before ( '@rspec-1' ) do
You can’t perform that action at this time.
0 commit comments