minitest-display 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/minitest/display.rb +2 -2
- data/minitest-display.gemspec +8 -8
- metadata +12 -14
data/lib/minitest/display.rb
CHANGED
|
@@ -18,7 +18,7 @@ end
|
|
|
18
18
|
|
|
19
19
|
module MiniTest
|
|
20
20
|
module Display
|
|
21
|
-
VERSION = '0.0.
|
|
21
|
+
VERSION = '0.0.4'
|
|
22
22
|
|
|
23
23
|
class << self
|
|
24
24
|
def options
|
|
@@ -96,6 +96,7 @@ module MiniTest
|
|
|
96
96
|
end
|
|
97
97
|
|
|
98
98
|
DONT_PRINT_CLASSES = %w{
|
|
99
|
+
ActionDispatch::IntegrationTest
|
|
99
100
|
ActionController::IntegrationTest
|
|
100
101
|
ActionController::TestCase
|
|
101
102
|
ActionMailer::TestCase
|
|
@@ -207,7 +208,6 @@ class MiniTest::Unit
|
|
|
207
208
|
if assertions.length > 0 && display.options[:suite_time]
|
|
208
209
|
print "\n#{' ' * suite_header.length}#{display.options[:suite_divider]}"
|
|
209
210
|
print "%.2f s" % total_time
|
|
210
|
-
puts
|
|
211
211
|
end
|
|
212
212
|
return assertions.size, assertions.inject(0) { |sum, n| sum + n }
|
|
213
213
|
end
|
data/minitest-display.gemspec
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "0.0.
|
|
7
|
+
s.name = "minitest-display"
|
|
8
|
+
s.version = "0.0.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Aaron Quint"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.description =
|
|
14
|
-
s.email =
|
|
12
|
+
s.date = "2011-12-26"
|
|
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
|
+
s.email = "aaron@quirkey.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.md",
|
|
@@ -30,11 +30,11 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
"test/helper.rb",
|
|
31
31
|
"test/test_minitest-display.rb"
|
|
32
32
|
]
|
|
33
|
-
s.homepage =
|
|
33
|
+
s.homepage = "http://github.com/quirkey/minitest-display"
|
|
34
34
|
s.licenses = ["MIT"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
|
-
s.rubygems_version =
|
|
37
|
-
s.summary =
|
|
36
|
+
s.rubygems_version = "1.8.10"
|
|
37
|
+
s.summary = "Patches MiniTest to allow for an easily configurable output. For Ruby 1.9 :D"
|
|
38
38
|
s.test_files = [
|
|
39
39
|
"test/helper.rb",
|
|
40
40
|
"test/test_minitest-display.rb"
|
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.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,12 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-12-26 00:00:00.000000000Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: bundler
|
|
17
|
-
requirement: &
|
|
16
|
+
requirement: &70304961931880 !ruby/object:Gem::Requirement
|
|
18
17
|
none: false
|
|
19
18
|
requirements:
|
|
20
19
|
- - ~>
|
|
@@ -22,10 +21,10 @@ dependencies:
|
|
|
22
21
|
version: 1.0.0
|
|
23
22
|
type: :development
|
|
24
23
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70304961931880
|
|
26
25
|
- !ruby/object:Gem::Dependency
|
|
27
26
|
name: jeweler
|
|
28
|
-
requirement: &
|
|
27
|
+
requirement: &70304961931260 !ruby/object:Gem::Requirement
|
|
29
28
|
none: false
|
|
30
29
|
requirements:
|
|
31
30
|
- - ~>
|
|
@@ -33,10 +32,10 @@ dependencies:
|
|
|
33
32
|
version: 1.5.2
|
|
34
33
|
type: :development
|
|
35
34
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70304961931260
|
|
37
36
|
- !ruby/object:Gem::Dependency
|
|
38
37
|
name: minitest
|
|
39
|
-
requirement: &
|
|
38
|
+
requirement: &70304961930640 !ruby/object:Gem::Requirement
|
|
40
39
|
none: false
|
|
41
40
|
requirements:
|
|
42
41
|
- - ! '>='
|
|
@@ -44,10 +43,10 @@ dependencies:
|
|
|
44
43
|
version: '0'
|
|
45
44
|
type: :development
|
|
46
45
|
prerelease: false
|
|
47
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70304961930640
|
|
48
47
|
- !ruby/object:Gem::Dependency
|
|
49
48
|
name: minitest
|
|
50
|
-
requirement: &
|
|
49
|
+
requirement: &70304961929960 !ruby/object:Gem::Requirement
|
|
51
50
|
none: false
|
|
52
51
|
requirements:
|
|
53
52
|
- - ~>
|
|
@@ -55,7 +54,7 @@ dependencies:
|
|
|
55
54
|
version: '2.3'
|
|
56
55
|
type: :runtime
|
|
57
56
|
prerelease: false
|
|
58
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70304961929960
|
|
59
58
|
description: Patches MiniTest to allow for an easily configurable output. For Ruby
|
|
60
59
|
1.9 :Datches MiniTest to allow for an easily configurable output. For Ruby 1.9 :D.
|
|
61
60
|
Inspired by leftright, redgreen and other test output gems, with an emphasis on
|
|
@@ -79,7 +78,6 @@ files:
|
|
|
79
78
|
- minitest-display.gemspec
|
|
80
79
|
- test/helper.rb
|
|
81
80
|
- test/test_minitest-display.rb
|
|
82
|
-
has_rdoc: true
|
|
83
81
|
homepage: http://github.com/quirkey/minitest-display
|
|
84
82
|
licenses:
|
|
85
83
|
- MIT
|
|
@@ -95,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
93
|
version: '0'
|
|
96
94
|
segments:
|
|
97
95
|
- 0
|
|
98
|
-
hash:
|
|
96
|
+
hash: -3316932077744798741
|
|
99
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
98
|
none: false
|
|
101
99
|
requirements:
|
|
@@ -104,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
102
|
version: '0'
|
|
105
103
|
requirements: []
|
|
106
104
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 1.
|
|
105
|
+
rubygems_version: 1.8.10
|
|
108
106
|
signing_key:
|
|
109
107
|
specification_version: 3
|
|
110
108
|
summary: Patches MiniTest to allow for an easily configurable output. For Ruby 1.9
|