Skip to content

Commit

Permalink
Fix documentation around using composition with an existing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Apr 24, 2012
1 parent f27a43f commit bb00c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Expand Up @@ -778,7 +778,7 @@ executes the `to_create` callback defined on the factory.
To understand how factory\_girl uses strategies internally, it's probably
easiest to just view the source for each of the four default strategies.

Inheritance can occasionally be useful; here's an example of inheriting from
Here's an example of composing a strategy using
`FactoryGirl::Strategy::Create` to build a JSON representation of your model.

```ruby
Expand Down

0 comments on commit bb00c91

Please sign in to comment.