Hi folks, If I run rspec from textmate, or do a "spec <filename>" from the command-line, I get this message: ############################################################################ Your RSpec on Rails plugin is incompatible with your installed RSpec. RSpec : 20080114022430 RSpec on Rails : 20080131122909 I had rspec and rspec_on_rails installed as svn externals on the current tag; running ''rake spec'' wasn''t working, so I removed both completely and installed the 1.1.3 release, and now rake spec works but not individual files. Ideas? Thanks much matt
On Feb 4, 2008 9:48 PM, Matt Cowley <madcowley at gmail.com> wrote:> Hi folks, > > If I run rspec from textmate, or do a "spec <filename>" from the > command-line, I get this message: > ############################################################################ > Your RSpec on Rails plugin is incompatible with your installed RSpec. > > RSpec : 20080114022430 > RSpec on Rails : 20080131122909 > > > > > I had rspec and rspec_on_rails installed as svn externals on the > current tag; running ''rake spec'' wasn''t working, so I removed both > completely and installed the 1.1.3 release, and now rake spec works > but not individual files. > > Ideas? >You need to also update your rspec gem, since TM is using "spec file" and not rake HTH, -- Luis Lavena Multimedia systems - A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams
Yep, that was it. Thanks, knew it was something simple. On Feb 4, 2008, at 7:11 PM, Luis Lavena wrote:> On Feb 4, 2008 9:48 PM, Matt Cowley <madcowley at gmail.com> wrote: >> Hi folks, >> >> If I run rspec from textmate, or do a "spec <filename>" from the >> command-line, I get this message: >> ############################################################################ >> Your RSpec on Rails plugin is incompatible with your installed RSpec. >> >> RSpec : 20080114022430 >> RSpec on Rails : 20080131122909 >> >> >> >> >> I had rspec and rspec_on_rails installed as svn externals on the >> current tag; running ''rake spec'' wasn''t working, so I removed both >> completely and installed the 1.1.3 release, and now rake spec works >> but not individual files. >> >> Ideas? >> > > You need to also update your rspec gem, since TM is using "spec file" > and not rake > > HTH, > -- > Luis Lavena > Multimedia systems > - > A common mistake that people make when trying to design > something completely foolproof is to underestimate > the ingenuity of complete fools. > Douglas Adams > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users