Sha256: 6bed7f8f3a791e85114636251a2ca7a6fa7ac8ff4620d49be02a4ff9cc36d1b7

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

# Automatically load the plugin being tested as if it were being loaded in an
# actual application
init_path = "#{RAILS_ROOT}/../../init.rb"
silence_warnings { eval(IO.read(init_path), binding, init_path) } if File.exists?(init_path)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plugin_test_helper-0.0.1 generators/plugin_test_structure/templates/app_root/vendor/plugins/plugin_proxy/init.rb