class TestUnit::Generators::PluginGenerator

Public Instance Methods

create_test_files() click to toggle source
# File lib/rails/generators/test_unit/plugin/plugin_generator.rb, line 8
def create_test_files
  directory '.', 'test'
end