a few small fixes
This commit is contained in:
parent
5832151ac5
commit
a7e899eb46
@ -8,7 +8,7 @@ class Flowerbox::Runner::Firefox < Flowerbox::Runner::Selenium
|
||||
end
|
||||
|
||||
def browser
|
||||
@browser ||= ::Selenium::WebDriver.for(:firefox)
|
||||
Flowerbox.browsers[:firefox] ||= ::Selenium::WebDriver.for(:firefox)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
require 'tempfile'
|
||||
require 'flowerbox/delivery/server'
|
||||
require 'json'
|
||||
|
||||
module Flowerbox
|
||||
|
Loading…
Reference in New Issue
Block a user