2
$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
4
load File.expand_path(File.dirname(__FILE__) + '/../spec/simplecov_setup.rb')
6
require 'cucumber/rspec/disable_option_parser'
7
require 'cucumber/cli/main'
8
# The dup is to keep ARGV intact, so that tools like ruby-debug can respawn.
9
Cucumber::Cli::Main.new(ARGV.dup).execute!