remove cucumber completely

This commit is contained in:
Nihad Abbasov 2012-09-10 06:40:57 -07:00
parent b58155113b
commit ae9689f8ff
7 changed files with 3 additions and 105 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env ruby
vendored_cucumber_bin = Dir["#{File.dirname(__FILE__)}/../vendor/{gems,plugins}/cucumber*/bin/cucumber"].first
if vendored_cucumber_bin
load File.expand_path(vendored_cucumber_bin)
else
require 'rubygems' unless ENV['NO_RUBYGEMS']
require 'cucumber'
load Cucumber::BINARY
end