Sha256: 3211474973f8128f22a20c12ff473037491b362450d3a4bc039c1a096c7c7a1e
Contents?: true
Size: 339 Bytes
Versions: 106
Compression:
Stored size: 339 Bytes
Contents
require 'rails/generators' class TestAppGenerator < Rails::Generators::Base source_root "./spec/test_app_templates" # if you need to generate any additional configuration # into the test app, this generator will be run immediately # after setting up the application def install_engine generate 'krikri:install' end end
Version data entries
106 entries across 54 versions & 1 rubygems