1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Added requirement for thoughtbot-shoulda >=2.0.0 in test_helper

This commit is contained in:
Jon Yurek 2009-01-08 09:50:38 -05:00
parent 8e33e615b6
commit 69a60e1492

View file

@ -5,6 +5,7 @@ require 'rubygems'
require 'test/unit'
require 'activerecord'
require 'factory_girl'
gem 'thoughtbot-shoulda', ">= 2.0.0"
require 'shoulda'
require 'mocha'
require 'models'