diff options
author | Ken Collins <ken@metaskills.net> | 2013-03-22 10:27:41 -0300 |
---|---|---|
committer | Ken Collins <ken@metaskills.net> | 2013-03-22 10:27:41 -0300 |
commit | 5be6122c399ca15c8f1bf7051f12bfee2b85e1c1 (patch) | |
tree | 87fed16e807b096a5068694dde2e803221aca7e8 /guides | |
parent | 6645dc3571a23bc5a69622e4ab22af30df7cb2b5 (diff) | |
download | rails-5be6122c399ca15c8f1bf7051f12bfee2b85e1c1.tar.gz rails-5be6122c399ca15c8f1bf7051f12bfee2b85e1c1.tar.bz2 rails-5be6122c399ca15c8f1bf7051f12bfee2b85e1c1.zip |
Add minitest-spec-rails to guide's testing options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |