spec/spec_helper.rb in opal-jquery-0.0.3 vs spec/spec_helper.rb in opal-jquery-0.0.4

- old
+ new

@@ -1,4 +1,9 @@ +#= require opal-spec +#= require opal-jquery +#= require_self +#= require_tree . + module OpalSpec class ExampleGroup # Add some html code to the body tag ready for testing. This will # be added before each test, then removed after each test. It is