minitest-display 0.2.0.pre1 → 0.2.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/minitest/display.rb +2 -2
- data/minitest-display.gemspec +2 -2
- metadata +3 -3
data/lib/minitest/display.rb
CHANGED
@@ -20,7 +20,7 @@ end
|
|
20
20
|
|
21
21
|
module MiniTest
|
22
22
|
module Display
|
23
|
-
VERSION = '0.2.0.
|
23
|
+
VERSION = '0.2.0.pre2'
|
24
24
|
|
25
25
|
class << self
|
26
26
|
def options
|
@@ -146,7 +146,7 @@ class MiniTest::Display::Runner < MiniTest::Unit
|
|
146
146
|
end
|
147
147
|
|
148
148
|
def record_suite_finished(suite, assertions, time)
|
149
|
-
run_recorder_method(:record_suite_finished, suite)
|
149
|
+
run_recorder_method(:record_suite_finished, suite, assertions, time)
|
150
150
|
end
|
151
151
|
|
152
152
|
def record_tests_started
|
data/minitest-display.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "minitest-display"
|
8
|
-
s.version = "0.2.0.
|
8
|
+
s.version = "0.2.0.pre2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Aaron Quint"]
|
12
|
-
s.date = "2012-12-
|
12
|
+
s.date = "2012-12-10"
|
13
13
|
s.description = "Patches MiniTest to allow for an easily configurable output. For Ruby 1.9 :Datches MiniTest to allow for an easily configurable output. For Ruby 1.9 :D. Inspired by leftright, redgreen and other test output gems, with an emphasis on configuration and style"
|
14
14
|
s.email = "aaron@quirkey.com"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest-display
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.
|
4
|
+
version: 0.2.0.pre2
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
segments:
|
99
99
|
- 0
|
100
|
-
hash: -
|
100
|
+
hash: -4125289219123981824
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
102
|
none: false
|
103
103
|
requirements:
|