spec/spec_helper.rb in opal-jquery-0.0.8 vs spec/spec_helper.rb in opal-jquery-0.0.9
- old
+ new
@@ -1,10 +1,10 @@
require 'jquery'
require 'opal-spec'
require 'opal-jquery'
-module OpalTest
- class TestCase
+module OpalSpec
+ class Example
# 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
# convenient for adding html setup quickly. The code is wrapped
# inside a div, which is directly inside the body element.