From c9469c0d01711bc7105381f452a99f7730c281b4 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 3 Aug 2014 10:32:04 +0900 Subject: [ci skip] Remove "Machinist" from testing guide --- guides/source/testing.md | 1 - 1 file changed, 1 deletion(-) (limited to 'guides') diff --git a/guides/source/testing.md b/guides/source/testing.md index 4ded7818b5..fe13c74745 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1057,7 +1057,6 @@ The built-in `minitest` based testing is not the only way to test Rails applicat * [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), a replacement for fixtures. -* [Machinist](https://github.com/notahat/machinist/tree/master), another replacement for fixtures. * [Fixture Builder](https://github.com/rdy/fixture_builder), a tool that compiles Ruby factories into fixtures before a test run. * [MiniTest::Spec Rails](https://github.com/metaskills/minitest-spec-rails), use the MiniTest::Spec DSL within your rails tests. * [Shoulda](http://www.thoughtbot.com/projects/shoulda), an extension to `test/unit` with additional helpers, macros, and assertions. -- cgit v1.2.3