aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/plugin/plugin_generator.rb
blob: 427a7bd8f58015b616b59d0d0baa11fd2cb7f41f (plain) (blame)
1
2
3
4
5
6
7
8
9
module TestUnit
  module Generators
    class PluginGenerator < Base
      def create_test_files
        directory 'test'
      end
    end
  end
end