1
0
Fork 0
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:
Andrew Haines 2013-04-04 22:14:12 +01:00
parent f9ef1f3a92
commit bd67b96799

View file

@ -1,4 +1,2 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'minitest/autorun'
require 'test_helper'
require 'minitest/rails'