require "bundler/gem_tasks"

task :spec do
  rm_rf ".pygments-cache"
  sh "bundle exec rspec"
end
