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.
@@ -121,13 +121,11 @@ module Spec
121
121
 
122
122
  wrapper = Element('<li class="example failed"></li>')
123
123
 
124
- description = Element <<-HTML
125
- <span class="example_description">#{ example.description }</span>
126
- HTML
124
+ description = Element('<span class="example_description"></span>')
125
+ description.text = example.description
127
126
 
128
- exception = Element <<-HTML
129
- <pre class="exception">#{ output }</pre>
130
- HTML
127
+ exception = Element('<pre class="exception"></pre>')
128
+ exception.text = output
131
129
 
132
130
  wrapper << description
133
131
  wrapper << exception
@@ -1,3 +1,3 @@
1
1
  module Spec
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
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.10
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-26 00:00:00.000000000 Z
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