Sha256: 756e1a7d374cb8c659107021091c9e01f21799914e7c388659a30ec2c69cb048

Contents?: true

Size: 887 Bytes

Versions: 7

Compression:

Stored size: 887 Bytes

Contents

# This file is used to boot your plugin when it is running in standalone mode
# from its own workspace - i.e. when the plugin is being developed.
#
# It will not be loaded when the plugin is imported by a 3rd party app - in that
# case only lib/<%= @name %>.rb is loaded.
#
# Therefore this file can be used to load anything extra that you need to boot
# the development environment for this app. For example this is typically used
# to load some additional test classes to use your plugin APIs so that they can
# be tested and/or interacted with in the console.
require "<%= @name %>"

# Load a Top-level/DUT class that is defined within this plugin's lib directory
# and is required by some of our tests.
# Normally such a class should not be exposed to 3rd party users of the plugin,
# so we required it here rather than in lib/<%= @name %>.rb.
#require "<%= @name %>/test/top_level"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
origen_app_generators-0.3.1 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.3.0 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.2.3 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.2.2 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.2.1 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.2.0 templates/app_generators/plugin/config/boot.rb
origen_app_generators-0.1.0 templates/app_generators/plugin/config/boot.rb