# used to run rspec in RubyMine

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