# frozen_string_literal: true

require "bundler/gem_tasks"

task :default => :spec

desc "Run tests"
task :spec do
  sh 'bacon -a'
end
