Sha256: f6a2a6f35824a2bbd45d03be064ce4fe7cc48262b94bfeeb5e9e90dc1ead0fbc

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 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('../../lib/chili/blank_feature/lib', __FILE__)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chili-3.1.0 spec/dummy/app/config/boot.rb
chili-3.0.0 spec/dummy/app/config/boot.rb
chili-2.0.1 spec/dummy/app/config/boot.rb
chili-2.0.0 spec/dummy/app/config/boot.rb