aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
blob: f8af56e401de7f152b5903d7d5f353ce455f0be7 (plain) (blame)
1
2
3
4
desc "Run unit tests"
task "test" do
    sh 'ruby -Itest/ test/*.rb'
end