1
0
Fork 0
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:
Joe Ferris 2011-11-11 12:03:29 -08:00
commit 6bf74f034a

View file

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