1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/generators/test_unit.rb

9 lines
142 B
Ruby
Raw Normal View History

2009-06-23 13:45:50 -04:00
require 'generators/named_base'
module TestUnit
2009-06-23 13:45:50 -04:00
module Generators
class Base < Rails::Generators::NamedBase #:nodoc:
2009-06-23 13:45:50 -04:00
end
end
end