desc "Run unit tests" task "test" do sh 'ruby -Itest/ test/*.rb' end