https://github.com/metaskills/mini_specunit
Make Test::Unit::TestCase a subclass of of MiniTest::Spec with this simple shim.
https://github.com/metaskills/mini_specunit
Last synced: 5 months ago
JSON representation
Make Test::Unit::TestCase a subclass of of MiniTest::Spec with this simple shim.
- Host: GitHub
- URL: https://github.com/metaskills/mini_specunit
- Owner: metaskills
- License: mit
- Created: 2011-03-25T23:22:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-27T12:44:17.000Z (over 13 years ago)
- Last Synced: 2025-04-26T04:14:33.466Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
= MiniSpecUnit
Make Test::Unit::TestCase a subclass of of MiniTest::Spec with this simple shim. Full details here:
http://metaskills.net/2011/03/26/using-minitest-spec-with-rails/
= Update!
If you are using this with Rails 3, please use the minitest-spec-rails gem instead!!!
http://github.com/metaskills/minitest-spec-rails