require "bundler/gem_tasks" require 'rspec' RSpec::Core::RakeTask.new(:spec) task :default => :spec