2015-07-08 10:24:41 -04:00
|
|
|
#!/usr/bin/env ruby
|
2016-01-26 11:15:38 -05:00
|
|
|
#
|
|
|
|
# This file was generated by Bundler.
|
|
|
|
#
|
|
|
|
# The application 'setup' is installed as part of a gem, and
|
|
|
|
# this file is here to facilitate running it.
|
|
|
|
#
|
2015-07-08 10:24:41 -04:00
|
|
|
|
2016-01-26 11:15:38 -05:00
|
|
|
require 'pathname'
|
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
|
|
|
Pathname.new(__FILE__).realpath)
|
2015-07-08 10:24:41 -04:00
|
|
|
|
2016-01-26 11:15:38 -05:00
|
|
|
require 'rubygems'
|
|
|
|
require 'bundler/setup'
|
2015-07-08 10:24:41 -04:00
|
|
|
|
2016-01-26 11:15:38 -05:00
|
|
|
load Gem.bin_path('factory_girl_rails', 'setup')
|