aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorbackspace <b@chromatin.ca>2011-05-03 15:41:11 -0500
committerbackspace <b@chromatin.ca>2011-05-03 15:41:11 -0500
commit3b795c12d763803c53a3eabe4b50ad6bbb98df57 (patch)
treed42328db4ca53c1fe2c0c45279b394d981afd1ce /railties
parentd53c2e4952f9dc938648b791f1f3c697f34ff922 (diff)
downloadrails-3b795c12d763803c53a3eabe4b50ad6bbb98df57.tar.gz
rails-3b795c12d763803c53a3eabe4b50ad6bbb98df57.tar.bz2
rails-3b795c12d763803c53a3eabe4b50ad6bbb98df57.zip
Fix typo in Factory Girl description
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/testing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index 9b1ef22b97..efa2bbdca6 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -941,7 +941,7 @@ h3. Other Testing Approaches
The built-in +test/unit+ based testing is not the only way to test Rails applications. Rails developers have come up with a wide variety of other approaches and aids for testing, including:
* "NullDB":http://avdi.org/projects/nulldb/, a way to speed up testing by avoiding database use.
-* "Factory Girl":https://github.com/thoughtbot/factory_girl/tree/master, as replacement for fixtures.
+* "Factory Girl":https://github.com/thoughtbot/factory_girl/tree/master, a replacement for fixtures.
* "Machinist":https://github.com/notahat/machinist/tree/master, another replacement for fixtures.
* "Shoulda":http://www.thoughtbot.com/projects/shoulda, an extension to +test/unit+ with additional helpers, macros, and assertions.
* "RSpec":http://rspec.info/, a behavior-driven development framework