Skip to content

Commit

Permalink
RAILS_ENV = 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jun 28, 2019
1 parent 886fcd2 commit 2111b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fake_app/fake_app.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

ENV['RAILS_ENV'] ||= 'test'

require 'active_record'
require 'action_controller/railtie'
require 'action_mailer/railtie'
Expand Down

0 comments on commit 2111b18

Please sign in to comment.