按书的第三章来做练习,具体在第 75 页,输入 bundle exec rspec spec/requests/static_pages_spec.rb 结果提示一大堆问题,看不明白,求解。
/Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common/zipper.rb:1:in require': cannot load such file -- zip/zip (LoadError)
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common/zipper.rb:1:in
'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common.rb:9:in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common.rb:9:in
'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver.rb:29:in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver.rb:29:in
'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium-webdriver.rb:1:in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium-webdriver.rb:1:in
'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in
block (2 levels) in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in
block in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in
require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler.rb:132:in require'
from /Users/air-mx/rails_projects/sample_app/config/application.rb:12:in
'
from /Users/air-mx/rails_projects/sample_app/config/environment.rb:2:in require'
from /Users/air-mx/rails_projects/sample_app/config/environment.rb:2:in
'
from /Users/air-mx/rails_projects/sample_app/spec/spec_helper.rb:3:in require'
from /Users/air-mx/rails_projects/sample_app/spec/spec_helper.rb:3:in
'
from /Users/air-mx/rails_projects/sample_app/spec/requests/static_pages_spec.rb:1:in require'
from /Users/air-mx/rails_projects/sample_app/spec/requests/static_pages_spec.rb:1:in
'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in load'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in
block in load_spec_files'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in
load_spec_files'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/command_line.rb:22:in run'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:80:in
run'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in block in autorun'
air-mxtekiMacBook-Air:sample_app air-mx$ bundle exec rspec spec/requests/static_pages_spec.rb
/Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common/zipper.rb:1:in
require': cannot load such file -- zip/zip (LoadError)
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common/zipper.rb:1:in <top (required)>'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common.rb:9:in
require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver/common.rb:9:in <top (required)>'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver.rb:29:in
require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium/webdriver.rb:29:in <top (required)>'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium-webdriver.rb:1:in
require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/selenium-webdriver-2.0.0/lib/selenium-webdriver.rb:1:in <top (required)>'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in
require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in block (2 levels) in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in
each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in block in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in
each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in require'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/bundler-1.3.5/lib/bundler.rb:132:in
require'
from /Users/air-mx/rails_projects/sample_app/config/application.rb:12:in <top (required)>'
from /Users/air-mx/rails_projects/sample_app/config/environment.rb:2:in
require'
from /Users/air-mx/rails_projects/sample_app/config/environment.rb:2:in <top (required)>'
from /Users/air-mx/rails_projects/sample_app/spec/spec_helper.rb:3:in
require'
from /Users/air-mx/rails_projects/sample_app/spec/spec_helper.rb:3:in <top (required)>'
from /Users/air-mx/rails_projects/sample_app/spec/requests/static_pages_spec.rb:1:in
require'
from /Users/air-mx/rails_projects/sample_app/spec/requests/static_pages_spec.rb:1:in <top (required)>'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in
load'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in block in load_spec_files'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in
each'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in load_spec_files'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/command_line.rb:22:in
run'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:80:in run'
from /Users/air-mx/.rvm/gems/ruby-2.0.0-p247/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in
block in autorun'