opal-spec 0.1.10 → 0.1.11
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.
- data/lib/opal/spec/browser_formatter.rb +4 -6
- data/lib/opal/spec/version.rb +1 -1
- metadata +2 -2
|
@@ -121,13 +121,11 @@ module Spec
|
|
|
121
121
|
|
|
122
122
|
wrapper = Element('<li class="example failed"></li>')
|
|
123
123
|
|
|
124
|
-
description = Element
|
|
125
|
-
|
|
126
|
-
HTML
|
|
124
|
+
description = Element('<span class="example_description"></span>')
|
|
125
|
+
description.text = example.description
|
|
127
126
|
|
|
128
|
-
exception = Element
|
|
129
|
-
|
|
130
|
-
HTML
|
|
127
|
+
exception = Element('<pre class="exception"></pre>')
|
|
128
|
+
exception.text = output
|
|
131
129
|
|
|
132
130
|
wrapper << description
|
|
133
131
|
wrapper << exception
|
data/lib/opal/spec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opal-spec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Opal compatible spec library
|
|
15
15
|
email: adam@adambeynon.com
|