From 5be6122c399ca15c8f1bf7051f12bfee2b85e1c1 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Fri, 22 Mar 2013 10:27:41 -0300 Subject: Add minitest-spec-rails to guide's testing options --- guides/source/testing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index 540197e6e7..e2a8fe7f30 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -977,5 +977,6 @@ 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](https://github.com/thoughtbot/factory_girl/tree/master), a replacement for fixtures. * [Machinist](https://github.com/notahat/machinist/tree/master), another replacement for fixtures. +* [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. * [RSpec](http://relishapp.com/rspec), a behavior-driven development framework -- cgit v1.2.3