Skip to content

Instantly share code, notes, and snippets.

@richardtifelt
Created October 20, 2011 12:11
Show Gist options
  • Save richardtifelt/1300997 to your computer and use it in GitHub Desktop.
Save richardtifelt/1300997 to your computer and use it in GitHub Desktop.
Great testbot alias for better output, and a separated logfile
alias testbot='bundle exec rake testbot:rspec 2>&1 | tee /tmp/testbot-output.txt | grep "^\(Finished.*\.$\|rspec\|\d\+ examples\)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment