rubycdp / ferrum

Headless Chrome Ruby API
https://ferrum.rubycdp.com
MIT License
1.71k stars 123 forks source link

Exception when RSpec tries to print browser version with spaces in path on MacOS #244

Closed ttilberg closed 2 years ago

ttilberg commented 2 years ago
/tmp/ferrum  master ✔                                                  11h59m
▶ rspec

An error occurred while loading spec_helper.
Failure/Error: puts `#{command.to_a.first} --version`

Errno::ENOENT:
  No such file or directory - /Applications/Google
# ./spec/spec_helper.rb:18:in ``'
# ./spec/spec_helper.rb:18:in `<top (required)>'
route commented 2 years ago

Fixed by https://github.com/rubycdp/ferrum/pull/245