maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
721 stars 119 forks source link

Doesn't detect matching spec if the actual file contains 'test' #243

Open JustinAiken opened 10 years ago

JustinAiken commented 10 years ago

I have a model called ExerciseTest, with files as expected:

But neither creating a spec from that file, or switch to the existing spec (ie, spec/models/exercise_test_spec.rb) works because it gets confused the test in the name.

It would be nice if there was an option to disable TestUnit detection :)