Re: [rspec-users] no such file to load -- spec/rake/spectask

2011-01-09 Thread David Chelimsky
On Jan 6, 2011, at 7:49 PM, tashfeen.ekram wrote: > I am sorry but it seems like this should be a simple answer. > > when i run a any rake command i get the following error: > > no such file to load -- spec/rake/spectask See http://relishapp.com/rspec/rspec-core/v/2-4/file/upgrade require 'rs

[rspec-users] no such file to load -- spec/rake/spectask

2011-01-09 Thread tashfeen.ekram
I am sorry but it seems like this should be a simple answer. when i run a any rake command i get the following error: no such file to load -- spec/rake/spectask i amusing bundler and have the latest rspec installed. any idea? make dev tough when you can not do any rake tasks...

Re: [rspec-users] no such file to load -- spec/rake/spectask

2010-10-13 Thread David Chelimsky
On Wed, Oct 13, 2010 at 8:30 AM, Matt Davies wrote: > Hi David > > I understand what you're saying, but the only thing I can think of(I'm > using bundler and there are no gems installed prior to running bundle > install) is that > > gem 'rspec-rails', '1.2.9' > > must depend on rspec >= 2.0 It de

Re: [rspec-users] no such file to load -- spec/rake/spectask

2010-10-13 Thread Matt Davies
Hi David I understand what you're saying, but the only thing I can think of(I'm using bundler and there are no gems installed prior to running bundle install) is that gem 'rspec-rails', '1.2.9' must depend on rspec >= 2.0 Otherwise I have no idea how rspec 2.0 was getting into the gem list M

Re: [rspec-users] no such file to load -- spec/rake/spectask

2010-10-13 Thread David Chelimsky
On Oct 13, 2010, at 6:30 AM, Matt Davies wrote: > I've found a solution. > > I upgraded rspec-rails to 1.3.3 in my gemfile, which in turn downgraded > rspec from 2.0 to 1.3.1 in the gem list. This configuration now works > ok. God knows what was happening there. rspec-rails-1.3.2 depends on

Re: [rspec-users] no such file to load -- spec/rake/spectask

2010-10-13 Thread Matt Davies
I've found a solution. I upgraded rspec-rails to 1.3.3 in my gemfile, which in turn downgraded rspec from 2.0 to 1.3.1 in the gem list. This configuration now works ok. God knows what was happening there. -- Posted via http://www.ruby-forum.com/. _

[rspec-users] no such file to load -- spec/rake/spectask

2010-10-13 Thread Matt Davies
Hello there I'm running a rails 2.3.5 project and I can't run any rake tasks My error is no such file to load -- spec/rake/spectask Here's a relevant snippet of gem list output rails (2.3.5) rake (0.8.7) random_data (1.5.0) RedCloth (4.2.2) remarkable (3.1.13) remarkable_activerecord (3.1.13)