Skip to content

Commit

Permalink
fix config.ru to use correct runner
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 1, 2013
1 parent 60de215 commit 902940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -2,7 +2,7 @@ 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'
Expand Down

0 comments on commit 902940a

Please sign in to comment.