From 3584d8c8a28a6cbb0042c97fa00a4393eb8a8cb8 Mon Sep 17 00:00:00 2001 From: Trevor Turk Date: Tue, 3 Feb 2009 23:00:25 -0600 Subject: add link to machinist in testing guide under other testing approaches --- railties/guides/source/testing.textile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/guides') 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 -- cgit v1.2.3