Sha256: 70765de2e8bbfc5ca7be87babfb62b6c10a805aa2e3285c5e1e44f43a4bd5982

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

require 'zeus/rails'

ROOT_PATH = File.expand_path(Dir.pwd)
ENV_PATH  = File.expand_path('spec/test_app/config/environment',  ROOT_PATH)
BOOT_PATH = File.expand_path('spec/test_app/config/boot',  ROOT_PATH)
APP_PATH  = File.expand_path('spec/test_app/config/application',  ROOT_PATH)
ENGINE_ROOT = File.expand_path(Dir.pwd)
ENGINE_PATH = File.expand_path('lib/newsletter/engine', ENGINE_ROOT)

class EnginePlan < Zeus::Rails
end

Zeus.plan = EnginePlan.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newsletter-0.1.2 engine_plan.rb
newsletter-0.1.1 engine_plan.rb
newsletter-0.1.0 engine_plan.rb
newsletter-0.0.1 engine_plan.rb