Skip to content

Commit

Permalink
Fixing typo in GETTING_STARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gronemann authored and joshuaclayton committed Oct 31, 2011
1 parent 3114dcd commit 5a48129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Expand Up @@ -69,7 +69,7 @@ factory\_girl supports several different build strategies: build, create, attrib
attrs = FactoryGirl.attributes_for(:user)

# Returns an object with all defined attributes stubbed out
stub = FactoryGirl.build_stubbed(:user
stub = FactoryGirl.build_stubbed(:user)

# Passing a block to any of the methods above will yield the return object
FactoryGirl.create(:user) do |user|
Expand Down

0 comments on commit 5a48129

Please sign in to comment.