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

Update getting started doc to outline updating gemfile

This commit is contained in:
Joshua Clayton 2011-07-04 09:49:09 -04:00
parent fd2b55230a
commit 38a571db6e

View file

@ -1,6 +1,19 @@
Getting Started
===============
Update Your Gemfile
-------------------
If you're using Rails, you'll need to upgrade `factory_girl_rails` to the latest RC:
gem "factory_girl_rails", "~> 1.1.rc1"
If you're *not* using Rails, you'll just have to change the required version of `factory_girl`:
gem "factory_girl", "~> 2.0.0.rc1"
Once your Gemfile is updated, you'll want to update your bundle.
Defining factories
------------------