jstorimer / spin

Spin speeds up your Rails testing workflow by preloading your Rails environment.

Home Page:http://jstorimer.github.com/spin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specifying the stream to output the test results

thedelchop opened this issue · comments

I'm wondering out loud if there would be a way to get the test ouput to appear in the output stream of the spin push command as opposed to the output of the spin serve command.

I'm happy to send in a pull request but I need a bit of help understand how the output streams work. Is this even possible?

Ah is this the purpose of push_results?

yes --push-results provides what you want :-)

Thanks, :)