Use correct module in docs.

This commit is contained in:
Gabe Berke-Williams 2011-11-09 16:52:29 -05:00
parent 64b59adc62
commit 565ff1c250
1 changed files with 1 additions and 1 deletions

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