vegantech/sims

View on GitHub
lib/tasks/coveralls.rake

Summary

Maintainability
Test Coverage
require 'coveralls/rake/task'
Coveralls::RakeTask.new
task :test_with_coveralls => [:spec, :cucumber, 'coveralls:push']