barsoom / attr_extras

Takes some boilerplate out of Ruby with methods like attr_initialize.
MIT License
560 stars 31 forks source link

Reorganize spec-folder #14

Closed teoljungberg closed 9 years ago

teoljungberg commented 9 years ago

Try to map lib/foo/bar.rb to spec/foo/bar_spec.rb

henrik commented 9 years ago

Sounds good! Any particular reason – does this work better with some specific tool, for example?

henrik commented 9 years ago

Thank you!

teoljungberg commented 9 years ago

It makes tools that toggle between implementation and test work, i.e vim-rake in this case

henrik commented 9 years ago

Cool. I use Rails.vim for that kind of toggling in Rails projects. Will look into vim-rake.