Useless code removed

Options given to the Browser initializator improved
This commit is contained in:
Erwan
2012-08-30 18:01:12 +02:00
parent 6d3eb2a3a1
commit 336473d912
2 changed files with 3 additions and 8 deletions

View File

@@ -197,9 +197,9 @@ class Browser
# Override with the options if they are set
def override_config_with_options(options)
options.each do |option, value|
#if ACCESSOR_OPTIONS.include?(option)
if ACCESSOR_OPTIONS.include?(option)
self.send(:"#{option}=", value)
#end
end
end
end