Skip to content

Instantly share code, notes, and snippets.

@phillipkoebbe
Created February 17, 2010 16:56
Show Gist options
  • Save phillipkoebbe/306799 to your computer and use it in GitHub Desktop.
Save phillipkoebbe/306799 to your computer and use it in GitHub Desktop.
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