cucumber-attic / cucumber-tmbundle

TextMate bundle for Cucumber
http://www.benmabey.com
MIT License
204 stars 54 forks source link

Working with RVM + Bundler with Backwards compatibility for Old Bundler #19

Closed jamesmartin closed 13 years ago

jamesmartin commented 13 years ago

Not a huge change, just only tries to require the old and deprecated Bundler environment.rb if it exists (as it would for Bundler c.2009) and then uses Bundler.setup for current versions.

Also attempt to load rspec (v2) in preference to spec (v1).

jamesmartin commented 13 years ago

Looks like there's a couple of similar pull requests for this out there. Would be nice to get at least one of them in, as more and more people are starting to use RVM and newer versions of Bundler.

diabolo commented 13 years ago

Looks like this is all in. Please resubmit if there is anything missing from master.