diff options
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |
index : postcodes-norway.git | ||
Ruby library to handle norwegian postcodes. | Harald Eilertsen |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Rakefile | 2 |
@@ -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' |