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 Thu, Jul 8, 2010 at 3:29 PM, Jay <[email protected]> wrote: > 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 > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
