2009-06-23 13:45:50 -04:00
|
|
|
require 'generators/named_base'
|
|
|
|
|
2009-06-23 14:42:29 -04:00
|
|
|
module TestUnit
|
2009-06-23 13:45:50 -04:00
|
|
|
module Generators
|
2009-07-01 06:38:08 -04:00
|
|
|
class Base < Rails::Generators::NamedBase #:nodoc:
|
2009-06-23 13:45:50 -04:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|