Sha256: fe1398b6492197f1ac3b23bead949b378c6d52e799b5465b9b3a177c54721e3d

Contents?: true

Size: 290 Bytes

Versions: 27

Compression:

Stored size: 290 Bytes

Contents

require 'rubygems'

gemfile = File.expand_path('../../../../Gemfile', __FILE__)
begin
  ENV['BUNDLE_GEMFILE'] = gemfile
  Bundler.setup(:default,:test)
rescue Bundler::GemNotFound => e
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end if File.exist?(gemfile)

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
lolita-translation-0.6.3 spec/test_app/config/boot.rb
lolita-translation-0.6.2 spec/test_app/config/boot.rb
lolita-i18n-0.4.2 spec/test_app/config/boot.rb
lolita-translation-0.6.1 spec/test_app/config/boot.rb
lolita-i18n-0.4.0 spec/test_app/config/boot.rb
lolita-translation-0.6.0 spec/test_app/config/boot.rb
lolita-translation-0.5.0 spec/test_app/config/boot.rb