rspec-nice-html-formatter 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/template.html.erb +4 -0
- data/rspec-nice-html-formatter.gemspec +1 -1
- data/spec/nice_html_formatter_spec.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 272fd97983fef625c8d07ebded4f3c26307bb8c4
|
4
|
+
data.tar.gz: 4bd1a770fe57d7f7dee25f8fb60d5730eeedca21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7d9a8561dba776a97849d3cb854ef7f2629e4a1ffc236d1c7fea5350d26fb0e446c886c6207e60ca478550f03aa729bc25b7c0fc116958bbba8ee50f25547d6
|
7
|
+
data.tar.gz: ba3822689f3c7740ad5107ab57da79781c5c38c277ddaee8c305288db0dc65833c8c0864394ab9fcc016ab6dc5b5f49c21cc4f8a9b97ea7e022be62a60ede9d1
|
data/lib/template.html.erb
CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = "rspec-nice-html-formatter"
|
6
|
-
spec.version = "1.0"
|
6
|
+
spec.version = "1.0.1"
|
7
7
|
spec.authors = ["ecin"]
|
8
8
|
spec.email = ["ecin@copypastel.com"]
|
9
9
|
spec.description = "A nice HTML formatter for your RSpec tests 🌈"
|
@@ -16,6 +16,10 @@ RSpec.describe NiceHTMLFormatter do
|
|
16
16
|
raise RuntimeError
|
17
17
|
end
|
18
18
|
|
19
|
+
it "looks nice even if it fails for a test with a really long description like this one, I mean, like a really reall long description, so long that I wonder just how many different context blocks the test went through before arriving at its final, clear assertion" do
|
20
|
+
fail
|
21
|
+
end
|
22
|
+
|
19
23
|
it "is pending"
|
20
24
|
|
21
25
|
xit "is disabled" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-nice-html-formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ecin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|