Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix config.ru to use correct runner
Browse files Browse the repository at this point in the history
adambeynon committed Nov 1, 2013

Verified

This commit was signed with the committer’s verified signature.
skmcgrail Sean McGrail
1 parent 60de215 commit 902940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 902940a

Please sign in to comment.