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
|
end
|
||||||
|
|
||||||
def browser
|
def browser
|
||||||
@browser ||= ::Selenium::WebDriver.for(:firefox)
|
Flowerbox.browsers[:firefox] ||= ::Selenium::WebDriver.for(:firefox)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
require 'tempfile'
|
require 'tempfile'
|
||||||
require 'flowerbox/delivery/server'
|
|
||||||
require 'json'
|
require 'json'
|
||||||
|
|
||||||
module Flowerbox
|
module Flowerbox
|
||||||
|
Loading…
Reference in New Issue
Block a user