load 'lib/tasks/norwegian-postcodes.rake' task :default => %w[test] desc "Run unit tests" task "test" do sh 'ruby -Itest/ test/*.rb' end