Skip to content

Commit

Permalink
Added spin aliases for rails testing
Browse files Browse the repository at this point in the history
  • Loading branch information
twerth committed Feb 1, 2012
1 parent 931df65 commit e7ab22e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ killhard() {
# Fixes problems with sending email in ruby
export RUBYOPT="-r openssl"

# Spin: gem install spin
alias spin="spin serve -Itest | highlight red ' [1-9]0* failures' purple '[_a-zA-Z0-9]*\.rb.[0-9]*' red 'Error:' red 'Failure:' red ' [1-9]0* errors' green ' 0 errors' green ' 0 failures'"
alias spin_kicker="kicker -r rails -b 'spin push'"



# Bring in the other files ----------------------------------------------------
Expand Down

0 comments on commit e7ab22e

Please sign in to comment.