Sha256: 8f489cb8b0fbd0174d061d2c1552fc8f196e44e318bcba6c393b2c7d4b784f25

Contents?: true

Size: 376 Bytes

Versions: 1

Compression:

Stored size: 376 Bytes

Contents

require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  config.cache_classes = false
  config.whiny_nils = true
  config.plugin_locators.unshift(
    Class.new(Rails::Plugin::Locator) do
      def plugins
        [Rails::Plugin.new(File.expand_path('.'))]
      end
    end
  ) unless defined?(PluginAWeek::PluginTestHelper::PluginLocator)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plugin_test_helper-0.1.6 generators/plugin_test_structure/templates/app_root/config/environment.rb