spec/spec_helper.rb in hyper-react-0.12.4 vs spec/spec_helper.rb in hyper-react-0.12.5

- old
+ new

@@ -13,9 +13,11 @@ end if RUBY_ENGINE == 'opal' require File.expand_path('../vendor/jquery-2.2.4.min', __FILE__) + require 'hyperloop-config' + Hyperloop::Context require 'react/react-source-browser' require 'react/react-source-server' require 'hyper-react' require 'react/test/rspec' require 'react/test/utils'