RSpec TM bundle question

does the RSpec TM bundle require that one have the RSpec 2 prerelease
version installed? When I try to use the latest TMBundle I get a
can’t find rspec/core error

a little more investigation shows that the bundle is really having
trouble loading the ‘spec/autorun’ file in mate.rb

it appears that rubygems is not loaded (I’m not using bundler on this
project (yet)).

If I mod mate.rb to require rubygems before requiring spec/autorun
things seem to work…

Not sure this is the right approach tho…

I’ve got rspec 1.3.0 installed.

On Jul 8, 2010, at 2:37 PM, Jay McGaffigan wrote:

I’ve got rspec 1.3.0 installed.

Try setting your TM_RSPEC_HOME to point to wherever rspec-1.3.0 is
installed on your file system. It should work if that’s there and
there’s no Gemfile in your project.