File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ paths:
4444 - lib
4545name: rubytest
4646title: Rubytest
47- version: 0.8.0
47+ version: 0.8.1
4848summary: Ruby Universal Test Harness
4949description: Rubytest is a universal test harness for Ruby. It can handle any compliant
5050 test framework, even running tests from multiple frameworks in a single pass. This
5151 is the core component of the system, and is the only part strictly necessary to
5252 run tests.
5353created: '2011-07-23'
54- date: '2014-07-18 '
54+ date: '2014-07-19 '
Original file line number Diff line number Diff line change 33 rubytest
44
55version:
6- 0.8.0
6+ 0.8.1
77
88title:
99 Rubytest
Original file line number Diff line number Diff line change 11require 'rubytest'
22
33at_exit {
4- success = Test . run! ( ENV [ 'profile' ] || ENV [ 'p' ] )
5- exit -1 unless success
4+ Test . run! ( ENV [ 'profile' ] || ENV [ 'p' ] )
5+ #success = Test.run!(ENV['profile'] || ENV['p'])
6+ #exit -1 unless success
67}
78
You can’t perform that action at this time.
0 commit comments