rspec-nice-html-formatter 1.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1671bc33252a3408a2e7b6afa80c5dac64443d25
4
- data.tar.gz: 8e9141910735a47124edebddd1800d51be873346
3
+ metadata.gz: 272fd97983fef625c8d07ebded4f3c26307bb8c4
4
+ data.tar.gz: 4bd1a770fe57d7f7dee25f8fb60d5730eeedca21
5
5
  SHA512:
6
- metadata.gz: e11d6c1cd538a76e995c57cccd2026e7bf1852507a3ddd51e42b746e598bbde85398adc46908de2e176fe409e792e4a30fe6301ff969f5257d0fe6ee65d4d742
7
- data.tar.gz: 337b15c84520c169660c7d74de643ca5d57dd98add3caa25ae3d2060a7a6f9b934e4448591f4e78545165d43a303b2d5ccdcc5462fcd35d36b361796d9114e4c
6
+ metadata.gz: f7d9a8561dba776a97849d3cb854ef7f2629e4a1ffc236d1c7fea5350d26fb0e446c886c6207e60ca478550f03aa729bc25b7c0fc116958bbba8ee50f25547d6
7
+ data.tar.gz: ba3822689f3c7740ad5107ab57da79781c5c38c277ddaee8c305288db0dc65833c8c0864394ab9fcc016ab6dc5b5f49c21cc4f8a9b97ea7e022be62a60ede9d1
@@ -76,6 +76,10 @@
76
76
  opacity: 0.5;
77
77
  margin-bottom: 20px;
78
78
  }
79
+
80
+ #results {
81
+ max-width: 65%;
82
+ }
79
83
  </style>
80
84
  </head>
81
85
  <body>
@@ -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: '1.0'
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-28 00:00:00.000000000 Z
11
+ date: 2017-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec