opal-spec 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,15 +56,13 @@ module Spec
56
56
  end
57
57
 
58
58
  def start
59
- Document.ready? do
60
- @summary_element = Element.new '<p class="summary"></p>'
61
- @summary_element.append_to_body
59
+ @summary_element = Element.new '<p class="summary"></p>'
60
+ @summary_element.append_to_body
62
61
 
63
- @groups_element = Element.new '<ul class="example_groups"></ul>'
64
- @groups_element.append_to_body
62
+ @groups_element = Element.new '<ul class="example_groups"></ul>'
63
+ @groups_element.append_to_body
65
64
 
66
- Element.new("<style>#{ CSS }</style>").append_to_head
67
- end
65
+ Element.new("<style>#{ CSS }</style>").append_to_head
68
66
  end
69
67
 
70
68
  def finish
@@ -1,3 +1,3 @@
1
1
  module Spec
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
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.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: