mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Avoid minitest-rails deprecation warning
This commit is contained in:
parent
f9ef1f3a92
commit
bd67b96799
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
|||
ENV['RAILS_ENV'] ||= 'test'
|
||||
require File.expand_path('../../config/environment', __FILE__)
|
||||
require 'minitest/autorun'
|
||||
require 'test_helper'
|
||||
require 'minitest/rails'
|
||||
|
|
Loading…
Add table
Reference in a new issue