Sha256: e8702f9dbde7fbcf12091d87f559528350cb14f7b35fce24736822896989277c
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
require 'rubygems' gemfile = File.expand_path('../../../../Gemfile', __FILE__) puts gemfile if File.exist?(gemfile) ENV['BUNDLE_GEMFILE'] = gemfile require 'bundler' Bundler.setup end $:.unshift File.expand_path('../../../../lib', __FILE__)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-devise-0.2.1 | spec/dummy/config/boot.rb |