Skip to content

Commit 924bbce

Browse files
committed
Bump version to 1.2.0
1 parent d33baa7 commit 924bbce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In this way, your class is tested each time you run the app in development or te
7979
Other Features
8080
--------------
8181

82-
By default, output is written to STDERR (as well as returned by the test expressions themselves). You can override where test output goes like so:
82+
By default, output is written to `$stderr` (as well as returned by the test expressions themselves). You can override where test output goes like so:
8383

8484
```ruby
8585
TestRocket.out = File.new('/dev/null', 'w')

lib/testrocket.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# TestRocket Module to refine lambdas an use them for lightweight tests
55
#
66
module TestRocket
7-
VERSION = '1.1.0'
7+
VERSION = '1.2.0'
88

99
extend Module.new { attr_accessor :out }
1010

0 commit comments

Comments
 (0)