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.

cucumber 357 B

2 years ago
123456789
  1. #!/usr/bin/env ruby
  2. file_name = File.dirname(__FILE__) + '/../lib'
  3. $LOAD_PATH.unshift(file_name) unless $LOAD_PATH.include?(file_name)
  4. require 'simplecov_setup'
  5. require 'cucumber/rspec/disable_option_parser'
  6. require 'cucumber/cli/main'
  7. # The dup is to keep ARGV intact, so that tools like ruby-debug can respawn.
  8. Cucumber::Cli::Main.new(ARGV.dup).execute!

No Description

Contributors (1)