config.ru in opal-jquery-0.2.0 vs config.ru in opal-jquery-0.3.0.beta1
- old
+ new
@@ -1,7 +1,10 @@
require 'bundler'
Bundler.require
+require 'opal-rspec'
+Opal.append_path File.expand_path('../spec', __FILE__)
+
run Opal::Server.new { |s|
s.main = 'opal/rspec/sprockets_runner'
s.append_path 'spec'
s.debug = false
s.index_path = 'spec/jquery/index.html.erb'