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

11 lines
192 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-06-30 00:55:31 -04:00
require_relative "named_base"
2009-06-23 13:45:50 -04:00
2012-10-07 14:41:53 -04:00
module TestUnit # :nodoc:
module Generators # :nodoc:
class Base < Rails::Generators::NamedBase # :nodoc:
2009-06-23 13:45:50 -04:00
end
end
end