asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Documentation on running tests #99

Closed J3RN closed 8 years ago

J3RN commented 8 years ago

In the README, it says

...greping (or acking) files, run tests, switch between projects, etc.

However, there is no further reference to running rails tests. Does this feature exist, and if it does, could we add some documentation to the README to show that?

asok commented 8 years ago

Hi, actually in the README I'm mentioning rspec-mode. For test unit there's ruby-test-mode. I'll update the readme to inlude ruby-test-mode also.