Sha256: fb1c6f9f98caab2022559cf3dad6e57d33b7cc24e3aa27f3569774c878513fe8

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 Bytes

Contents

require 'rubygems'
gemfile = File.expand_path('../../../../../Gemfile', __FILE__)

if File.exist?(gemfile)
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
end

$:.unshift File.expand_path('../../../../../lib', __FILE__)
$:.unshift File.expand_path('../../../../../spec/dummy/chili_likes/lib', __FILE__)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chili-0.0.6 spec/dummy/main_app/config/boot.rb
chili-0.0.5 spec/dummy/main_app/config/boot.rb