Sha256: 998a033d1c675a2686c837db97645b1e6f9e215f4fc27d24a54933d4753c73f5

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true
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 'active_fedora:noid:install'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_fedora-noid-2.0.1 spec/test_app_templates/lib/generators/test_app_generator.rb
active_fedora-noid-2.0.0 spec/test_app_templates/lib/generators/test_app_generator.rb
active_fedora-noid-2.0.0.beta6 spec/test_app_templates/lib/generators/test_app_generator.rb