# used to run cucumber in RubyMine

ENV = “cucumber” ENV = “.” BUNDLE_GEMFILE = File.expand_path “../../Gemfile”, __FILE__ ARGV.insert 0, “cucumber”, “–” load File.expand_path(“../decko”, __FILE__)