skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Spec finder should find lib/gem_name/file.rb => spec spec/gem_name/file_spec.rb #14

Closed fphilipe closed 12 years ago

fphilipe commented 12 years ago

It seems to be standard to not have a lib folder in the specs folder in gems since lib is often the only folder inside the project.

It would be great if spec-finder could also find as follow:

lib/gem_name/file.rb => spec spec/gem_name/file_spec.rb
skwp commented 12 years ago

Please fix and open a pull request :)