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/rails/generators/test_unit.rb

9 lines
148 B
Ruby
Raw Normal View History

require 'rails/generators/named_base'
2009-06-23 13:45:50 -04:00
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