Sha256: 11c8fbd047d82728a84fb0c650864522fcaebc3dc66b9adf60c8514950f78420
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module PluginAWeek #:nodoc: module PluginTestHelper # Assists in the initialization process by locating the plugin being tested class PluginLocator < Rails::Plugin::Locator def plugins [Rails::Plugin.new(File.expand_path('.'))] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plugin_test_helper-0.1.4 | lib/plugin_test_helper/plugin_locator.rb |
plugin_test_helper-0.1.3 | lib/plugin_test_helper/plugin_locator.rb |