-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathHISTORY
More file actions
21 lines (14 loc) · 709 Bytes
/
HISTORY
File metadata and controls
21 lines (14 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1.0.0 - October 2, 2019
- Breaking change: TestRocker now uses refinements to stop it polluting Object.
0.1.0 - February 2, 2015
- Switched default output to STDERR instead of STDOUT
- Moved the methods that do the work into a TestRocket::Live module so...
- .. a module called TestRocket::Dummy has been added so TestRocket isn't used in production situations
- Extra tests for showing the location of a failing, passing, or pending test
- Reversed HISTORY order
- Merged VERSION constant into main module file
- Removed the Jenkins CI stuff as I can't remember anything about it
0.0.2 - May 31, 2014
- Finally pushed extra syntax version to rubygems.org ;-)
0.0.1 - August 10, 2011
- Initial release