Hi folks,
If I run rspec from textmate, or do a "spec " 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 C. [email protected] wrote:
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 L.
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.