module MyGenerators module Rails class Railtie < ::Rails::Railtie config.app_generators do |g| g.orm :my_generators g.integration_tool :my_spec g.test_framework :my_spec g.scaffold_controller :my_controller g.template_engine :my_generators end # rake_tasks do # load "rspec/rails/tasks/rspec.rake" # end end end end