remove using minimal_test_helper from test_helper.

It prevents you from running rake test:models or any rake test:xyz, causes by the require of 
test/unit
This commit is contained in:
Reinier Balt 2013-05-13 12:10:41 +02:00
parent ebff4cfc0c
commit cd689dc0e8

View file

@ -1,4 +1,4 @@
require File.expand_path('../minimal_test_helper', __FILE__)
ENV["RAILS_ENV"] ||= "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'