Sha256: d24de8b02d1f3fb3709790e1bb4448938cfca1e02e4ce49cfe2838cc001fcba6
Contents?: true
Size: 342 Bytes
Versions: 23
Compression:
Stored size: 342 Bytes
Contents
#!/usr/bin/env ruby # Add '.rb' to work around a bug in IronRuby's File#dirname $:.unshift(File.dirname(__FILE__ + '.rb') + '/../lib') unless $:.include?(File.dirname(__FILE__ + '.rb') + '/../lib') require 'cucumber/cli/main' Cucumber::Cli::Main.execute(ARGV.dup) # The dup is to keep ARGV intact, so that tools like ruby-debug can respawn.
Version data entries
23 entries across 23 versions & 5 rubygems