aboutsummaryrefslogblamecommitdiffstats
path: root/Rakefile
blob: 684ec013082b361b78d98f3a2afe68a3216da415 (plain) (tree)
1
2
3
4
5
6
7
8

                                         

                         



                               
load 'lib/tasks/norwegian-postcodes.rake'

task :default => %w[test]

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