diff options
author | Richard Schneeman <richard.schneeman@gmail.com> | 2014-08-02 22:43:01 -0500 |
---|---|---|
committer | Richard Schneeman <richard.schneeman@gmail.com> | 2014-08-02 22:43:01 -0500 |
commit | 8188b33cdee635870d71c780991c0e42a2d51431 (patch) | |
tree | b275440f1a3ff055be14f56aa60e35f739b50f51 /guides | |
parent | f57cd78a738e1c8cf5a932686e67cd72fdbef301 (diff) | |
parent | c9469c0d01711bc7105381f452a99f7730c281b4 (diff) | |
download | rails-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')
-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. |