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
1 changed files with 13 additions and 0 deletions

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
------------------