pmviva/follow_system

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "bundler/gem_tasks"

task :default => [:spec]
desc 'run Rspec specs'
task :spec do
  sh 'rspec spec'
end