Skip to content

Commit

Permalink
Merge pull request #3 from gingko/patch-1
Browse files Browse the repository at this point in the history
Fixed typo. Thanks to gingko
  • Loading branch information
JakubOboza committed May 11, 2012
2 parents 7ea9681 + b78ab7e commit 3df973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -39,7 +39,7 @@ to generate object in test just use `.gen` like this `Dummy.gen` to get generate
# other_dummy[:name] => "dummy name"

# custom factories
you can define custom factories, and generate object using `.generate` mwthod with factory name like this.
you can define custom factories, and generate object using `.generate` method with factory name like this.

Mummy.define {{
:left => /\w{3,10}/.gen,
Expand Down

0 comments on commit 3df973d

Please sign in to comment.