Sha256: d494654e99163fd04689c14161ae9190fa9f664f46edd2bfea4f82a78f57af3c
Contents?: true
Size: 419 Bytes
Versions: 62
Compression:
Stored size: 419 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
62 entries across 31 versions & 1 rubygems