mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require test/unit in the generated test_helper for plugin [#1878 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
parent
1c9b3aabdd
commit
a1c289dbe4
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'rubygems'
|
||||
require 'test/unit'
|
||||
require 'active_support'
|
||||
require 'active_support/test_case'
|
||||
require 'active_support/test_case'
|
||||
|
||||
|
|
Loading…
Reference in a new issue