昨天我的 rspec +selenium 运行良好。今天,当我进行测试时,我得到了:
Failure/Error: Unable to find matching line from backtrace
NameError:
uninitialized constant Zip::File
# /home/mygemsetpathd/gems/selenium-webdriver-2.37.0/lib/selenium/webdriver/common/zipper.rb:21:in `unzip'
然后我将 selenium-webdriver 更新为 2.39.0 但错误是一样的。我的 Gemfile 中有 gem 'zip' 和 gem 'rubyzip', "~> 1.0", require: 'zip'。
感谢您的任何建议。