gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Fixed typo in readme; Wrapped command references in code tags #35

Closed iamvery closed 12 years ago

iamvery commented 12 years ago

Nothing big. Thanks for the great work!

nalanj commented 12 years ago

Thanks for the fix! Yeah, I'm planning on tab completion for everything, just have to get it written up. At first we were running tests based on filename, but I recently decided it makes more sense to do that with class names, but preloading those class names is a bit more tricky.

iamvery commented 12 years ago

My pleasure, bro. I actually deleted that comment from my post because I took a look at the outstanding issues and saw your note to self to work on autocompletion. I should have assumed you'd be all over that feature ;)

nalanj commented 12 years ago

Wanted to let you know that I just pushed up the latest prerelease gem, and it includes autocompletion on test classes and methods. You can install it with:

gem install tconsole --prerelease

or of course by updating your gem file.