Sha256: b47235c5a628ad21c253b8429b0c9b0d112cafb83c728e40941d9f126ce36132

Contents?: true

Size: 585 Bytes

Versions: 50

Compression:

Stored size: 585 Bytes

Contents

#!/usr/bin/env ruby

vendored_cucumber_binary = Dir[File.join(File.dirname(__FILE__),
                                         '..',
                                         'vendor',
                                         '{gems,plugins}',
                                         'cucumber*',
                                         'bin',
                                         'cucumber')].first

if vendored_cucumber_binary
  load File.expand_path(vendored_cucumber_binary)
else
  require 'rubygems' unless ENV['NO_RUBYGEMS']
  require 'cucumber'
  load Cucumber::BINARY
end

Version data entries

50 entries across 50 versions & 8 rubygems

Version Path
branston-0.6.6 lib/branston/script/cucumber
branston-0.6.5 lib/branston/script/cucumber
branston-0.6.4 lib/branston/script/cucumber
branston-0.6.3 lib/branston/script/cucumber
branston-0.6.2 lib/branston/script/cucumber
branston-0.6.1 lib/branston/script/cucumber
lockbox_middleware-1.2.1 script/cucumber
branston-0.6.0 lib/branston/script/cucumber
branston-0.5.2 lib/branston/script/cucumber
branston-0.5.1 lib/branston/script/cucumber
branston-0.5.0 lib/branston/script/cucumber
trendi18n-0.9.3 spec/test_application/script/cucumber
branston-0.4.6 lib/branston/script/cucumber
branston-0.4.5 lib/branston/script/cucumber
branston-0.4.4 lib/branston/script/cucumber
branston-0.4.3 lib/branston/script/cucumber
branston-0.4.2 lib/branston/script/cucumber
branston-0.4.1 lib/branston/script/cucumber
trendi18n-0.9.2 spec/test_application/script/cucumber
branston-0.4.0 lib/branston/script/cucumber