craigisrael/daemon_objects

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "bundler/gem_tasks"


desc "Run rspec spec for those accustomed to the rake task"
task :spec do
  sh 'rspec spec'
end