ruby-jokes/close_enough

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# Get your spec rake tasks working in RSpec 2.0

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
task :default => :spec