require 'rubygems/tasks' Gem::Tasks.new

require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec)

task :default => :spec