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:
parent
bed50ec3d1
commit
266b1d656c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ end
|
|||
|
||||
# Test::Unit
|
||||
class Test::Unit::TestCase
|
||||
include Factory::Syntax::Methods
|
||||
include FactoryGirl::Syntax::Methods
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue