Change getting started doc to remove old "FactoryGirl.stub" method

This commit is contained in:
Carlos Antonio da Silva 2012-01-28 22:06:41 -02:00
parent ea89aad60a
commit 08018f62a6
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ factory\_girl makes available three callbacks for injecting some code:
* after_build - called after a factory is built (via FactoryGirl.build)
* after_create - called after a factory is saved (via FactoryGirl.create)
* after_stub - called after a factory is stubbed (via FactoryGirl.stub)
* after_stub - called after a factory is stubbed (via FactoryGirl.build_stubbed)
Examples: