I have some controllers like this:
controllers/admin/things_controller.rb
controller/things_controller.rb
When the file is open:
controller/things_controller.rb
it switches to:
spec/request/admin/things_controller_spec.rb
instead of the expected:
spec/request/things_controller_spec.rb
I saw the issue about request specs in #6, but it works fine (though slowly) on files without a namespace.