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

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

View file

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