aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2014-08-02 22:43:01 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2014-08-02 22:43:01 -0500
commit8188b33cdee635870d71c780991c0e42a2d51431 (patch)
treeb275440f1a3ff055be14f56aa60e35f739b50f51 /guides/source
parentf57cd78a738e1c8cf5a932686e67cd72fdbef301 (diff)
parentc9469c0d01711bc7105381f452a99f7730c281b4 (diff)
downloadrails-8188b33cdee635870d71c780991c0e42a2d51431.tar.gz
rails-8188b33cdee635870d71c780991c0e42a2d51431.tar.bz2
rails-8188b33cdee635870d71c780991c0e42a2d51431.zip
Merge pull request #16380 from y-yagi/patch-1
[ci skip] Remove "Machinist" from testing guide
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md1
1 files changed, 0 insertions, 1 deletions
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.