aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@yahoo.com>2009-02-03 23:00:25 -0600
committerTrevor Turk <trevorturk@yahoo.com>2009-02-03 23:00:25 -0600
commit3584d8c8a28a6cbb0042c97fa00a4393eb8a8cb8 (patch)
tree85506e4dfcf5955e23fd16ff1336d503a60ddb62 /railties/guides
parentcb6091a93a1e8695534a23e71886cabbe44ff6de (diff)
downloadrails-3584d8c8a28a6cbb0042c97fa00a4393eb8a8cb8.tar.gz
rails-3584d8c8a28a6cbb0042c97fa00a4393eb8a8cb8.tar.bz2
rails-3584d8c8a28a6cbb0042c97fa00a4393eb8a8cb8.zip
add link to machinist in testing guide under other testing approaches
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/testing.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index d189b93811..ad51c053f1 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -937,6 +937,7 @@ The built-in +test/unit+ based testing is not the only way to test Rails applica
* "NullDB":http://avdi.org/projects/nulldb/, a way to speed up testing by avoiding database use.
* "Factory Girl":http://github.com/thoughtbot/factory_girl/tree/master, as replacement for fixtures.
+* "Machinist":http://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