Skip to content

Commit

Permalink
Use correct module in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 9, 2011
1 parent 64b59ad commit 565ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Expand Up @@ -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
Expand Down

0 comments on commit 565ff1c

Please sign in to comment.