Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Johansen committed Sep 17, 2010
1 parent 90fa546 commit 45f6fc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/jstdutil/test_runner.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "jstdutil/jstestdriver/config"
require "jstdutil/jstestdriver/server"
require "jstdutil/cli"
require "jstdutil/test_file"
require "net/http"
Expand All @@ -9,10 +8,6 @@ class TestRunner
def initialize(args = [])
@args = strip_opt(args.join(" "), "tests")
config = guess_config

if config && config.server
@server = JsTestDriver::Server.new(config, args({}, ["port"]).join(" "))
end
rescue StandardError => err
raise err
end
Expand All @@ -35,7 +30,6 @@ def run(tests = "all")
end

def finalize
@server.stop
end

private
Expand Down

0 comments on commit 45f6fc1

Please sign in to comment.