aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 13a7fc7..684ec01 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
load 'lib/tasks/norwegian-postcodes.rake'
+task :default => %w[test]
+
desc "Run unit tests"
task "test" do
sh 'ruby -Itest/ test/*.rb'