2 つ目の Rails プロジェクトを開始しようとしていますが、最初のプロジェクトでは rspec が正常に機能しました。Gemfile をコピーして同じ gem を作成し、プロジェクト ファイルに spec/requests ディレクトリを作成しました。ただし、実行しようとするとこのエラーが発生します
C:\Sites\rails_projects\friendapp\app\views\static_pages>bundle exec rspec spec/ requests C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.11.1/ lib/rspec /core/configuration.rb:780 load': cannot load such file -- C:/Sites/rails_pr
ojects/friendapp/app/views/static_pages/spec/requests (LoadError)
from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1
1.1/lib/rspec/core/configuration.rb:780:in
: C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1 1.1/lib/rspec/ の load_spec_files のブロック内core/configuration.rb:780: map'
from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1
1.1/lib/rspec/core/configuration.rb:780:in
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1 1.1/lib/rspec/core/command_line.rb の load_spec_files 内: 22:in run'
from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1
1.1/lib/rspec/core/runner.rb:69:in
run' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rspec-core-2.1 1.1/lib/rspec/core/runner.rb:8:in `block in自動実行
手がかりはありますか?ありがとう!