test_notifier 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +14 -14
- data/lib/test_notifier/runner/rspec3.rb +5 -3
- data/lib/test_notifier/version.rb +1 -1
- data/test_notifier.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d8fd6d8f3c507c644caa30c41ecc00286ed974b
|
4
|
+
data.tar.gz: c6985dcc140c2b59dded50c59bcc538a217778aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef1b1773a57e18902b2264e41464f08998fb72cbb4c74cb9b4688fb79d4572f646ab085f82646047e654182b97527bcaffba8889bbea4ec7f2b945c01118e387
|
7
|
+
data.tar.gz: 905c8b9129e4ca416ac8d0734beeb11cebcef1bb0c77e051596f22e34ef2aa05a4cf93236c633db52254ee13137a7c40ce900bdcc79afbd2948c7a9c30ca178b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
test_notifier (2.0.
|
4
|
+
test_notifier (2.0.3)
|
5
5
|
notifier
|
6
6
|
|
7
7
|
GEM
|
@@ -9,24 +9,24 @@ GEM
|
|
9
9
|
specs:
|
10
10
|
diff-lcs (1.2.5)
|
11
11
|
notifier (0.5.0)
|
12
|
-
rake (10.3.
|
13
|
-
rspec (3.0.0
|
14
|
-
rspec-core (
|
15
|
-
rspec-expectations (
|
16
|
-
rspec-mocks (
|
17
|
-
rspec-core (3.0.0
|
18
|
-
rspec-support (
|
19
|
-
rspec-expectations (3.0.0
|
12
|
+
rake (10.3.2)
|
13
|
+
rspec (3.0.0)
|
14
|
+
rspec-core (~> 3.0.0)
|
15
|
+
rspec-expectations (~> 3.0.0)
|
16
|
+
rspec-mocks (~> 3.0.0)
|
17
|
+
rspec-core (3.0.0)
|
18
|
+
rspec-support (~> 3.0.0)
|
19
|
+
rspec-expectations (3.0.0)
|
20
20
|
diff-lcs (>= 1.2.0, < 2.0)
|
21
|
-
rspec-support (
|
22
|
-
rspec-mocks (3.0.
|
23
|
-
rspec-support (
|
24
|
-
rspec-support (3.0.0
|
21
|
+
rspec-support (~> 3.0.0)
|
22
|
+
rspec-mocks (3.0.1)
|
23
|
+
rspec-support (~> 3.0.0)
|
24
|
+
rspec-support (3.0.0)
|
25
25
|
|
26
26
|
PLATFORMS
|
27
27
|
ruby
|
28
28
|
|
29
29
|
DEPENDENCIES
|
30
30
|
rake
|
31
|
-
rspec (>= 3.0.0
|
31
|
+
rspec (>= 3.0.0)
|
32
32
|
test_notifier!
|
@@ -7,9 +7,11 @@ class RSpec::Core::Formatters::BaseTextFormatter
|
|
7
7
|
|
8
8
|
def dump_summary(options)
|
9
9
|
dump_summary_original(options)
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
|
11
|
+
example_count = options.example_count
|
12
|
+
failure_count = options.failure_count
|
13
|
+
pending_count = options.pending_count
|
14
|
+
examples = options.examples
|
13
15
|
|
14
16
|
return if example_count.zero?
|
15
17
|
|
data/test_notifier.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test_notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: notifier
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0.0
|
33
|
+
version: 3.0.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0.0
|
40
|
+
version: 3.0.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -120,3 +120,4 @@ test_files:
|
|
120
120
|
- spec/stats/rspec_spec.rb
|
121
121
|
- spec/stats/test_unit_spec.rb
|
122
122
|
- spec/test_notifier_spec.rb
|
123
|
+
has_rdoc:
|