aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/test_unit.rb
blob: 62b9afaa2c52bd1781f3ef4dea280edd3338bcb7 (plain) (tree)
1
2
3
4
5
6
7
8
                                     
 
               
                   
                                                      


       
require 'rails/generators/named_base'

module TestUnit
  module Generators
    class Base < Rails::Generators::NamedBase #:nodoc:
    end
  end
end