tconsole: Testing console for Rails
I just launched tconsole, a testing console for Rails with mintiest. It speeds up test performance by preloading your Rails environment (similar to how Spork does), but also helps out with testing workflow by providing a pretty simple syntax for testing single test files or even specific tests.
Post a comment