aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2014-11-10 12:44:12 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2014-11-10 12:44:12 +0530
commitaa9d1332b20305dd860b21a7ada06c5252bebad5 (patch)
tree1343a54f515fbbf22fa096002996a519271acbcf
parent9887a2cfe52f30d4a91e0d16fe57ecf96537b98c (diff)
downloadrails-aa9d1332b20305dd860b21a7ada06c5252bebad5.tar.gz
rails-aa9d1332b20305dd860b21a7ada06c5252bebad5.tar.bz2
rails-aa9d1332b20305dd860b21a7ada06c5252bebad5.zip
[Testing guide] Use "Fixtures API" instead of "fixture api".
-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 8ad1eed72c..d9cacf317a 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -51,7 +51,7 @@ The `test_helper.rb` file holds the default configuration for your tests.
For good tests, you'll need to give some thought to setting up test data.
In Rails, you can handle this by defining and customizing fixtures.
-You can find comprehensive documentation in the [fixture api documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
+You can find comprehensive documentation in the [Fixtures API documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
#### What Are Fixtures?