Fix name of FactoryGirl::Syntax::Methods module in GETTING_STARTED.md

This commit is contained in:
Mike Subelsky 2012-03-27 06:42:05 -03:00
parent bed50ec3d1
commit 266b1d656c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ end
# Test::Unit
class Test::Unit::TestCase
include Factory::Syntax::Methods
include FactoryGirl::Syntax::Methods
end
```