Printfection/printfection-ruby

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "bundler/gem_tasks"

task :test do
  sh "rspec spec"
end

task :default => :test