https://github.com/manfred/reckon
Reckon aims to make automated testing leaner.
https://github.com/manfred/reckon
Last synced: about 1 year ago
JSON representation
Reckon aims to make automated testing leaner.
- Host: GitHub
- URL: https://github.com/manfred/reckon
- Owner: Manfred
- License: other
- Created: 2008-04-07T18:26:03.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2008-04-07T21:20:32.000Z (about 18 years ago)
- Last Synced: 2025-04-05T03:26:21.066Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Reckon
------
Reckon aims to make automated testing leaner. Reckon is very much experimental, you probably don't want to use it in production yet because the API is likely to change.
NOTE: If you're using any other test framework that defines the 'excepts' or 'rejects' method, you should load it before Reckon.
require 'mocha'
require 'test/reckon'