config.ru in opal-jquery-0.1.2 vs config.ru in opal-jquery-0.2.0
- old
+ new
@@ -3,8 +3,8 @@
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'
+ s.index_path = 'spec/jquery/index.html.erb'
}