aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2014-11-10 13:45:45 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2014-11-30 10:26:13 +0000
commit98e41032fd0f31cb732d8b4c206ca7a32fae7cc0 (patch)
treed4fd2e806d9bf1ef0e71535b11e2e299b1e289be
parent9710d73260d29c8633e314360c4dca7485d142d0 (diff)
downloadrails-98e41032fd0f31cb732d8b4c206ca7a32fae7cc0.tar.gz
rails-98e41032fd0f31cb732d8b4c206ca7a32fae7cc0.tar.bz2
rails-98e41032fd0f31cb732d8b4c206ca7a32fae7cc0.zip
[Testing guide] Using "Fixtures API" consistently
- In guides, "API" is used consistently instead of "api". - Reason behind replacing "fixtures API" to "Fixtures API" is because here we are referring to the concept of "fixtures". In other places in the guide "fixture" OR "fixtures" is referred to the single or multiple instances of test data. - This is also followup of https://github.com/rails/docrails/commit/aa9d1332b20305dd860b21a7ada06c5252bebad5#commitcomment-8497376.
-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 ceb849f690..d54f431d54 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -100,7 +100,7 @@ Note: For associations to reference one another by name, you cannot specify the
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 association behavior please read the
- [fixture api documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
+ [Fixtures API documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
#### ERB'in It Up