master
 1#!/usr/bin/env ruby
 2begin
 3  load File.expand_path('../spring', __FILE__)
 4rescue LoadError => e
 5  raise unless e.message.include?('spring')
 6end
 7#
 8# This file was generated by Bundler.
 9#
10# The application 'cucumber' is installed as part of a gem, and
11# this file is here to facilitate running it.
12#
13
14require "pathname"
15ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
16  Pathname.new(__FILE__).realpath)
17
18require "rubygems"
19require "bundler/setup"
20
21load Gem.bin_path("cucumber", "cucumber")