a45f502f44
* specs are working again * added railitie * added missing migration (acts-as-taggable) * cleanups
9 lines
178 B
Ruby
9 lines
178 B
Ruby
require 'rubygems'
|
|
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
|
|
|
|
if File.exist?(gemfile)
|
|
ENV['BUNDLE_GEMFILE'] = gemfile
|
|
require 'bundler'
|
|
Bundler.setup
|
|
end
|