rspec-pride 2.2.0 → 2.3.0
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.
- checksums.yaml +7 -0
- data/Rakefile +2 -2
- data/lib/rspec/pride.rb +1 -1
- metadata +11 -21
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 5b0609f1d759deca673aa0eca7f925fb68f43af4
|
|
4
|
+
data.tar.gz: 0292bc7fc4d3c36f03d07f397867d6997ac929af
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2cd394dface55fc696665ecf1127cc0dc0641ed66c58e8deca84a7f1f2517064e269dd82f28d4f3f6ca4961350805b9a8c970224258acb0d05d28091e1aaaabe
|
|
7
|
+
data.tar.gz: d8c42111bca4856c04f15bebccf77d785119626cbb21b0b87d69999d50e67833afde551d284f4eb15aea13784e771b44f15a96f1fb87c53027df32d200c4c9d6
|
data/Rakefile
CHANGED
|
@@ -13,9 +13,9 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
|
|
|
13
13
|
spec.pattern = FileList['spec/**/*_spec.rb']
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
require '
|
|
16
|
+
require 'rubygems/package_task'
|
|
17
17
|
spec = Gem::Specification.load('rspec-pride.gemspec')
|
|
18
|
-
|
|
18
|
+
Gem::PackageTask.new(spec) { }
|
|
19
19
|
|
|
20
20
|
require 'rubygems/installer'
|
|
21
21
|
desc 'Build the gem and install it'
|
data/lib/rspec/pride.rb
CHANGED
|
@@ -32,7 +32,7 @@ module RSpec
|
|
|
32
32
|
def dump_summary duration, example_count, failure_count, pending_count
|
|
33
33
|
dump_profile if profile_examples? && failure_count == 0
|
|
34
34
|
icing = 'Fabulous tests'.split(//).map { |x| rainbow x }.join
|
|
35
|
-
output.print "\n\n#{icing} in #{duration}
|
|
35
|
+
output.print "\n\n#{icing} in #{format_duration(duration)}\n" +
|
|
36
36
|
"#{example_count} examples, #{failure_count} failures, #{pending_count} pending\n\n"
|
|
37
37
|
end
|
|
38
38
|
|
metadata
CHANGED
|
@@ -1,30 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-pride
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.3.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Mark Rada
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-01-10 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rspec
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '2.10'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: '2.10'
|
|
30
27
|
description: Mimics the functionality of minitest/pride for RSpec2
|
|
@@ -34,40 +31,33 @@ extensions: []
|
|
|
34
31
|
extra_rdoc_files:
|
|
35
32
|
- README.markdown
|
|
36
33
|
files:
|
|
37
|
-
-
|
|
34
|
+
- README.markdown
|
|
38
35
|
- Rakefile
|
|
36
|
+
- lib/rspec/pride.rb
|
|
39
37
|
- spec/pride_spec.rb
|
|
40
|
-
- README.markdown
|
|
41
38
|
homepage: http://github.com/ferrous26/rspec-pride
|
|
42
39
|
licenses:
|
|
43
40
|
- MIT
|
|
41
|
+
metadata: {}
|
|
44
42
|
post_install_message:
|
|
45
43
|
rdoc_options: []
|
|
46
44
|
require_paths:
|
|
47
45
|
- lib
|
|
48
46
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
47
|
requirements:
|
|
51
|
-
- -
|
|
48
|
+
- - ">="
|
|
52
49
|
- !ruby/object:Gem::Version
|
|
53
50
|
version: '0'
|
|
54
|
-
segments:
|
|
55
|
-
- 0
|
|
56
|
-
hash: -2415205072117540841
|
|
57
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
52
|
requirements:
|
|
60
|
-
- -
|
|
53
|
+
- - ">="
|
|
61
54
|
- !ruby/object:Gem::Version
|
|
62
55
|
version: '0'
|
|
63
|
-
segments:
|
|
64
|
-
- 0
|
|
65
|
-
hash: -2415205072117540841
|
|
66
56
|
requirements: []
|
|
67
57
|
rubyforge_project:
|
|
68
|
-
rubygems_version:
|
|
58
|
+
rubygems_version: 2.2.0
|
|
69
59
|
signing_key:
|
|
70
|
-
specification_version:
|
|
60
|
+
specification_version: 4
|
|
71
61
|
summary: Take pride in your testing
|
|
72
62
|
test_files:
|
|
73
63
|
- spec/pride_spec.rb
|