You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/usr/bin/env ruby
- file_name = File.dirname(__FILE__) + '/../lib'
- $LOAD_PATH.unshift(file_name) unless $LOAD_PATH.include?(file_name)
-
- require 'simplecov_setup'
- require 'cucumber/rspec/disable_option_parser'
- require 'cucumber/cli/main'
- # The dup is to keep ARGV intact, so that tools like ruby-debug can respawn.
- Cucumber::Cli::Main.new(ARGV.dup).execute!
|