Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty committed Jul 22, 2015
1 parent 74c1086 commit f94d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Factory.build(:user, :name => "Ian") # Override a default attribute value
Factory.attributes_for(:user) # Return a set of valid attributes rather than the object
~~~

Or if you're coming from Machinist, you can make your Cranky factories drop into your existing tests by setting up make and make! methods as shown here.[http://gist.github.com/525653]
Or if you're coming from Machinist, you can make your Cranky factories drop into your existing tests by setting up make and make! methods as [shown here](http://gist.github.com/525653).

Cranky has a nice debug option (rails only) to warn you when your factory is broken, recommend you do this for your first spec...

Expand Down

0 comments on commit f94d930

Please sign in to comment.