mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Merge pull request #233 from thoughtbot/correct-module
Use correct module in docs.
This commit is contained in:
commit
6bf74f034a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ If repeating "FactoryGirl" is too verbose for you, you can mix the syntax method
|
|||
|
||||
# rspec
|
||||
RSpec.configure do |config|
|
||||
config.include Factory::Syntax::Methods
|
||||
config.include FactoryGirl::Syntax::Methods
|
||||
end
|
||||
|
||||
# Test::Unit
|
||||
|
|
Loading…
Add table
Reference in a new issue