aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit.rb
blob: 16d097c3c8cd4ad5dd4f841310338b5ea98f4505 (plain) (blame)
1
2
3
4
5
6
7
8
require 'generators/named_base'

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