Sha256: d2bf89a2c39e6afd4790481fd5ace7dbb8b3a13b8c5f58238ebc220694cb17b6
Contents?: true
Size: 228 Bytes
Versions: 21
Compression:
Stored size: 228 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
21 entries across 21 versions & 1 rubygems