We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8299 commit 5e80dbbCopy full SHA for 5e80dbb
Rakefile
@@ -3,6 +3,8 @@
3
require "bundler/gem_tasks"
4
require "rspec/core/rake_task"
5
6
-RSpec::Core::RakeTask.new("test")
+RSpec::Core::RakeTask.new("test") do |t|
7
+ t.ruby_opts="-w"
8
+end
9
10
task default: :test
lib/ferrum/browser/process.rb
@@ -64,6 +64,7 @@ def initialize(options)
64
return
65
end
66
67
+ @xvfb = nil
68
@logger = options[:logger]
69
@process_timeout = options.fetch(:process_timeout, PROCESS_TIMEOUT)
70
0 commit comments