Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fixing the json require for selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kocher & Roger Neel committed Jan 28, 2012
1 parent de25e67 commit 1ac0685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jasmine/config.rb
Expand Up @@ -32,6 +32,7 @@ def stop
end end


def start_jasmine_server def start_jasmine_server
require 'json'
@jasmine_server_port = jasmine_port @jasmine_server_port = jasmine_port
Thread.new do Thread.new do
start_server(@jasmine_server_port) start_server(@jasmine_server_port)
Expand Down

0 comments on commit 1ac0685

Please sign in to comment.