require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

task :test    => :spec
task :default => :spec