Skip to content
Snippets Groups Projects
Verified Commit 3e5477b3 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Force `RAILS_ENV` to `test` in `spec/spec_helper.rb`


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 1140fcce
No related branches found
No related tags found
No related merge requests found
require './spec/simplecov_env'
SimpleCovEnv.start!
 
ENV["RAILS_ENV"] ||= 'test'
ENV["RAILS_ENV"] = 'test'
ENV["IN_MEMORY_APPLICATION_SETTINGS"] = 'true'
 
require File.expand_path("../../config/environment", __FILE__)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment