Skip to content

superskunk: always run tests in RAILS_ENV=test

kibigo! requested to merge superskunk-always-test-in-test into trunk

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.

Merge request reports