Skip to content

Instantly share code, notes, and snippets.

Created February 16, 2009 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/65073 to your computer and use it in GitHub Desktop.
Save anonymous/65073 to your computer and use it in GitHub Desktop.
-bash-3.2$ more ~/bin/cucumber
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'cucumber' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
$:.unshift 'vendor/gems/cucumber-0.1.16/lib'
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift
end
load 'cucumber.rb'
-bash-3.2$ cucumber -r features/
./vendor/gems/cucumber-0.1.16/lib/../../term-ansicolor-1.0.3/lib/term/ansicolor.rb:153: warning: already initialized constant ATTRIBUTES
./vendor/gems/cucumber-0.1.16/lib/../../term-ansicolor-1.0.3/lib/term/ansicolor.rb:156: warning: already initialized constant ATTRIBUTE_NAMES
./vendor/gems/cucumber-0.1.16/lib/../../term-ansicolor-1.0.3/lib/term/ansicolor.rb:195: warning: already initialized constant COLORED_REGEXP
./vendor/gems/cucumber-0.1.16/lib/../../treetop-1.2.4/lib/treetop.rb:5: warning: already initialized constant TREETOP_ROOT
./vendor/gems/cucumber-0.1.16/lib/../../thoughtbot-shoulda-2.9.1/lib/shoulda.rb:4: warning: already initialized constant VERSION
-bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment