require "bundler/gem_tasks" RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = 'tests/*_spec.rb' end task :default => :spec