Ensure that we're referncing the Sauce module in the root module namespace

Fixes #110
This commit is contained in:
R. Tyler Croy 2013-03-10 15:29:43 -07:00
parent e66b31f9f5
commit 3f25f2ecc9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module Jasmine
end
def start
@client = Sauce::Jasmine::Driver.new(browser, "#{jasmine_host}:#{jasmine_port}/")
@client = ::Sauce::Jasmine::Driver.new(browser, "#{jasmine_host}:#{jasmine_port}/")
@client.connect
end
end