Sha256: 641489c99660b57df0a5c9aee2798ff6556ab5be21fdbcefc14416848d9a4fa6

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

require 'zeus/rails'

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

class EnginePlan < Zeus::Rails
end

Zeus.plan = EnginePlan.new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_contest-0.1.9 engine_plan.rb
c80_contest-0.1.8 engine_plan.rb
c80_contest-0.1.7 engine_plan.rb
c80_contest-0.1.6 engine_plan.rb
c80_contest-0.1.5 engine_plan.rb