aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
blob: 13a7fc7a1dfa13f464d0020992902e9ec649c7d1 (plain) (blame)
1
2
3
4
5
6
load 'lib/tasks/norwegian-postcodes.rake'

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