spec/spec_helper.rb in opal-browser-0.2.0 vs spec/spec_helper.rb in opal-browser-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
+require 'spec_helper_promise'
require 'browser'
-require 'browser/console'
+require 'console'
module HtmlHelper
# 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