Sha256: 7d61418f0a8aac40ee99e92cf3145748518ed08463f4dce8d9625d201c9a97ec
Contents?: true
Size: 457 Bytes
Versions: 4
Compression:
Stored size: 457 Bytes
Contents
if caller_line = caller.grep(%r!spec/ramaze/!).first caller_file = caller_line.split(':', 2).first caller_root = File.dirname(caller_file) $0 = caller_file end require File.expand_path('../../lib/ramaze/spec/bacon', __FILE__) require File.expand_path('../../lib/ramaze/dependencies', __FILE__) Ramaze.options.roots = [caller_root] if caller_root module Ramaze BINPATH = __DIR__('../bin/ramaze') BIN_APP = __DIR__('ramaze/bin/app') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ramaze-2012.04.14 | spec/helper.rb |
ramaze-2012.03.07 | spec/helper.rb |
ramaze-2011.12.28 | spec/helper.rb |
ramaze-2011.10.23 | spec/helper.rb |