Skip to content

Commit

Permalink
Remove explicit setting of RAILS_ENV in test_helper
Browse files Browse the repository at this point in the history
Rails 5.x template application does not do it. It is set by the tooling.
  • Loading branch information
dmacvicar committed Feb 2, 2018
1 parent 8c79ded commit c8d8792
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ENV["RAILS_ENV"] = "test"

require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

Expand Down

0 comments on commit c8d8792

Please sign in to comment.