The .env now sets RAILS_ENV to development
, which breaks the testing
of HTTP requests. This commit updates rails_helper.rb
to always set
RAILS_ENV to be test
.
The .env now sets RAILS_ENV to `development`, which breaks the testing of HTTP requests. This commit updates `rails_helper.rb` to always set RAILS_ENV to be `test`.