require 'rspec/core/rake_task' # Gem Tasks is required to run the `rake release` command require "bundler/gem_tasks" RSpec::Core::RakeTask.new('spec') task :default => :spec