Created
February 17, 2010 16:56
-
-
Save phillipkoebbe/306799 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rake log:clear > /dev/null | |
rake culerity:rails:stop > /dev/null | |
rm tmp/culerity_rails_server.pid &> /dev/null | |
rake culerity:rails:start > /dev/null | |
ruby -I "/Library/Ruby/Gems/1.8/gems/cucumber-0.6.2/lib:lib" -S rcov --rails | |
--exclude gems\/,spec\/,cuke\/,/Users/phillip/Development/Library/git/philerity\/ | |
--aggregate coverage.data -o "coverage" | |
"/Library/Ruby/Gems/1.8/gems/cucumber-0.6.2/bin/cucumber" -- --format progress | |
-r cuke/support/ | |
-r cuke/steps/shared/ | |
-r /Users/phillip/Development/Library/git/philerity/philerity_env.rb | |
-r /Users/phillip/Development/Library/git/philerity/philerity_methods.rb | |
-r /Users/phillip/Development/Library/git/philerity/philerity_steps.rb | |
cuke/features/access_control.feature | |
rake culerity:rails:stop > /dev/null | |
open coverage/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment