mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
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:
parent
ebff4cfc0c
commit
cd689dc0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue