1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

bundler/setup is important.

This commit is contained in:
Gabe Berke-Williams 2011-11-18 18:13:05 -05:00
parent 2fdabdb0c9
commit 797a98533f

View file

@ -1,3 +1,4 @@
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'cucumber/rake/task'