require "bundler/gem_tasks"

task :default => :spec

desc "Run the tests"
task :spec do
  exec("bundle exec rspec")
end
