rspec / rspec.tmbundle

Textmate bundle for RSpec.
MIT License
196 stars 52 forks source link

Use binstub if present #75

Closed noniq closed 10 years ago

noniq commented 10 years ago

Look for "bin/rspec" and use it, if present. This dramatically improves RSpec’s start up time for projects using an application preloader like Spring (as long as the preloader generates a suitable binstub).

Note that the binstub is only used if there is a Gemfile present (otherwise it would not be possible to determine the RSpec version).

Also includes two other small improvements / refactorings for exception handling and RSpec version detection.

glennfu commented 10 years ago

This works fantastically and I love this change. Please accept this one!