creddit/bin/setup

17 lines
380 B
Text
Raw Permalink Normal View History

2015-07-08 10:24:41 -04:00
#!/usr/bin/env ruby
#
# 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
require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
2015-07-08 10:24:41 -04:00
require 'rubygems'
require 'bundler/setup'
2015-07-08 10:24:41 -04:00
load Gem.bin_path('factory_girl_rails', 'setup')