rspec-nice-html-formatter 1.0.2 → 1.0.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/template.html.erb +1 -1
- data/rspec-nice-html-formatter.gemspec +1 -1
- data/spec/nice_html_formatter_spec.rb +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f31b1bcea0e9817bde336446ec6d76ff0844e3be
|
|
4
|
+
data.tar.gz: f1053d3f3490e351168a094306fdcc9cbffe0376
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39a973faf44f580a1af0b77f1755b19e1ca93964bb287af343b528e9c52b8df6293396dbc0a58efaa3f51863076fbecb9072597313fbc8e1a825b67e6e7d55ec
|
|
7
|
+
data.tar.gz: cdbee72fe7e36b0fb383b1e7cc53772dc65691a1f16e4d6451f9716261edbc6e71a74a4e900d1042799c1a1f794b7c8ee9bb71c03d558590c70c5a14c0d091c1
|
data/Gemfile.lock
CHANGED
data/lib/template.html.erb
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
bundle exec rspec <%= h failure.example.rerun_argument%>
|
|
121
121
|
</span>
|
|
122
122
|
<ol class="backtrace short">
|
|
123
|
-
<li class="exception"><%= failure.exception %> <span class="expander"></span></li>
|
|
123
|
+
<li class="exception"><%= h failure.exception %> <span class="expander"></span></li>
|
|
124
124
|
<div class="callstack">
|
|
125
125
|
<% failure.formatted_backtrace.each do |line| %>
|
|
126
126
|
<li>
|
|
@@ -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.3"
|
|
7
7
|
spec.authors = ["ecin"]
|
|
8
8
|
spec.email = ["ecin@copypastel.com"]
|
|
9
9
|
spec.description = "A nice HTML formatter for your RSpec tests 🌈"
|
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: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ecin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 2.6.
|
|
62
|
+
rubygems_version: 2.6.12
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
65
|
summary: Output your RSpec test results to a pretty HTML page for all to enjoy.
|