master
require 'rspec/core/rake_task' desc "Run specs" RSpec::Core::RakeTask.new desc 'Default: run specs.' task :default => :spec