1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #16600 from bradly/spelling-fix-in-testing-guide

[ci skip] Fixing spelling typo in testing guide.
This commit is contained in:
Zachary Scott 2014-08-20 16:55:02 -07:00
commit 2e355fe0c7

View file

@ -99,7 +99,7 @@ one:
Note: For associations to reference one another by name, you cannot specify the `id:`
attribute on the fixtures. Rails will auto assign a primary key to be consistent between
runs. If you manually specify an `id:` attribute, this behavior will not work. For more
information on this assocation behavior please read the
information on this association behavior please read the
[fixture api documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
#### ERB'in It Up