ruby on rails - Missing Rspec Core -


here message have been getting when running rspec:
/home/patrick/.rvm/gems/ruby-1.9.2-p136@rails3tutorial/gems/rspec-core-2.5.1/lib/rspec/core/configuration.rb:386:in load: no such file load -- /spec (loaderror)

my .gemfile looks this:

source 'http://rubygems.org'  gem 'rails', '3.0.3'   gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3'   gem 'gravatar_image_tag', '1.0.0.pre2'   gem 'will_paginate', '3.0.pre2'    group :development     gem 'rspec-rails', '2.3.0'     gem 'annotate-models', '1.0.4'     gem 'faker', '0.3.1'   end    group :test     gem 'rspec', '2.3.0'   gem 'rspec-rails', '2.3.0'      gem 'webrat', '0.7.1'     gem 'spork', '0.8.4'     gem 'factory_girl_rails', '1.0'   end   

as can see appears trying load rpsec 2.5.1, have specified version 2.3.0.

i working on tutorial railstutorial.org , working on chapter 5, if helps.

simple answer: layout_links_spec.rb had missing = in test. trying though!


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -