aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradly Feeley <bradlyf@gmail.com>2014-08-20 16:21:56 -0700
committerBradly Feeley <bradlyf@gmail.com>2014-08-20 16:21:56 -0700
commitd4f0f836f5341ce17765a9bb40b08434ae7970e9 (patch)
tree16b2d421b65fec52cea91d8c0b5cff355217da62
parentf02c9726f1e62335d6405a7460b3490b9e10c4d8 (diff)
downloadrails-d4f0f836f5341ce17765a9bb40b08434ae7970e9.tar.gz
rails-d4f0f836f5341ce17765a9bb40b08434ae7970e9.tar.bz2
rails-d4f0f836f5341ce17765a9bb40b08434ae7970e9.zip
[ci skip] Fixing spelling typo in testing guide.
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index d91f13699a..29724ae011 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -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