maltize / sublime-text-2-ruby-tests

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

`cmd + .` opens wrong spec file #266

Open pbstriker38 opened 8 years ago

pbstriker38 commented 8 years ago

I have 2 classes with the same same in different directories.

/api/orders/get.rb /api/admin/orders/get.rb

Using cmd + . in either of these files always opens requests/api/admin/orders/get_spec.rb even though requests/api/orders/get_spec.rb exists.