Sha256: 6b4d0eff2905d016b61c25c18093fe5f06b52dff33bc458897e0f8e3f4a318f2
Contents?: true
Size: 237 Bytes
Versions: 17
Compression:
Stored size: 237 Bytes
Contents
# used to run rspec in RubyMine ENV["RAILS_ENV"] = "test" ENV["RAILS_ROOT"] = "." BUNDLE_GEMFILE = File.expand_path "../../Gemfile", __FILE__ ARGV.insert 0, "rspec", "--no-simplecov", "--" load File.expand_path("../decko", __FILE__)
Version data entries
17 entries across 17 versions & 2 rubygems