Skip to content

Commit

Permalink
adding run-coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Jul 14, 2011
1 parent 92fe03e commit 9cad85a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run-coverage.sh
@@ -0,0 +1,5 @@
#!/bin/bash
cd src
sudo bundle install
rake db:migrate:reset --trace
rake rcov SPEC_OPTS="-p" --trace

0 comments on commit 9cad85a

Please sign in to comment.