rspec-abhakungszeichen-formatter 0.0.1 → 0.0.2
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.
@@ -16,7 +16,7 @@ class RspecAbhakungszeichenFormatter < RSpec::Core::Formatters::BaseTextFormatte
|
|
16
16
|
end
|
17
17
|
|
18
18
|
def example_failed(proxy)
|
19
|
-
puts color("#{pad} \u2717 #{proxy.description}", :red)
|
19
|
+
puts color("#{pad} \u2717 #{proxy.description}: #{proxy.exception}", :red)
|
20
20
|
end
|
21
21
|
|
22
22
|
def example_group_started(example_group)
|
metadata
CHANGED
@@ -1,23 +1,33 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-abhakungszeichen-formatter
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Rene Lengwinat
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
17
|
+
|
18
|
+
date: 2014-02-09 00:00:00 Z
|
13
19
|
dependencies: []
|
20
|
+
|
14
21
|
description: Rspec2 formatter that pleases developers eyes
|
15
|
-
email:
|
22
|
+
email:
|
16
23
|
- rene.lengwinat@googlemail.com
|
17
24
|
executables: []
|
25
|
+
|
18
26
|
extensions: []
|
27
|
+
|
19
28
|
extra_rdoc_files: []
|
20
|
-
|
29
|
+
|
30
|
+
files:
|
21
31
|
- .gitignore
|
22
32
|
- Gemfile
|
23
33
|
- LICENSE.txt
|
@@ -30,30 +40,38 @@ files:
|
|
30
40
|
- lib/rspec_abhakungszeichen_formatter.rb
|
31
41
|
- rspec-abhakungszeichen-formatter.gemspec
|
32
42
|
- spec/rspec_abhakungszeichen_formatter_spec.rb
|
33
|
-
homepage:
|
43
|
+
homepage: ""
|
34
44
|
licenses: []
|
45
|
+
|
35
46
|
post_install_message:
|
36
47
|
rdoc_options: []
|
37
|
-
|
48
|
+
|
49
|
+
require_paths:
|
38
50
|
- lib
|
39
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
40
52
|
none: false
|
41
|
-
requirements:
|
42
|
-
- -
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
|
45
|
-
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
hash: 3
|
57
|
+
segments:
|
58
|
+
- 0
|
59
|
+
version: "0"
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
46
61
|
none: false
|
47
|
-
requirements:
|
48
|
-
- -
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
hash: 3
|
66
|
+
segments:
|
67
|
+
- 0
|
68
|
+
version: "0"
|
51
69
|
requirements: []
|
70
|
+
|
52
71
|
rubyforge_project:
|
53
72
|
rubygems_version: 1.8.24
|
54
73
|
signing_key:
|
55
74
|
specification_version: 3
|
56
75
|
summary: Unicode chars + colors to keep developers happy
|
57
|
-
test_files:
|
76
|
+
test_files:
|
58
77
|
- spec/rspec_abhakungszeichen_formatter_spec.rb
|
59
|
-
has_rdoc:
|