diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-08-03 10:32:04 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-08-03 10:37:31 +0900 |
commit | c9469c0d01711bc7105381f452a99f7730c281b4 (patch) | |
tree | b275440f1a3ff055be14f56aa60e35f739b50f51 /guides | |
parent | f57cd78a738e1c8cf5a932686e67cd72fdbef301 (diff) | |
download | rails-c9469c0d01711bc7105381f452a99f7730c281b4.tar.gz rails-c9469c0d01711bc7105381f452a99f7730c281b4.tar.bz2 rails-c9469c0d01711bc7105381f452a99f7730c281b4.zip |
[ci skip] Remove "Machinist" from testing guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 1 |
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. |