Sha256: 2e47dd3f4f2764fc9505732329d42c7fed635a51a6666d63585ccf34835df3f4
Contents?: true
Size: 229 Bytes
Versions: 8
Compression:
Stored size: 229 Bytes
Contents
# used to run cucumber in RubyMine ENV["RAILS_ENV"] = "cucumber" ENV["RAILS_ROOT"] = "." BUNDLE_GEMFILE = File.expand_path "../../Gemfile", __FILE__ ARGV.insert 0, "cucumber", "--" load File.expand_path("../decko", __FILE__)
Version data entries
8 entries across 8 versions & 1 rubygems