master
# Get your spec rake tasks working in RSpec 2.0 require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec