Closed iamvery closed 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.
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 ;)
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.
Nothing big. Thanks for the great work!