hopsoft/footing

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "bundler/gem_tasks"

task :default => [:test]

desc "Runs the tests."
task :test do
  exec "bundle exec pry-test --disable-pry"
end