config.ru in opal-jquery-0.1.0 vs config.ru in opal-jquery-0.1.1

- old
+ new

@@ -1,9 +1,9 @@ require 'bundler' Bundler.require run Opal::Server.new { |s| - s.main = 'opal/spec/sprockets_runner' + s.main = 'opal/rspec/sprockets_runner' s.append_path 'spec' s.debug = false s.index_path = 'spec/jquery/index.html' }