Sha256: ea0c01ed3590893d7b7fe7d2ab5463c523b82cd385d0521ecb641c440098a968

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 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/social_feature/lib', __FILE__)
$:.unshift File.expand_path('../../lib/chili/invites_feature/lib', __FILE__)

Version data entries

4 entries across 4 versions & 1 rubygems

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