require “bundler/gem_tasks”

task :default => :test

desc “Run tests” task :test do

sh %{ test/run_tests }

end