aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-01-23 15:21:58 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-01-23 15:21:58 +0100
commit92550c7649bc86692b3b9951233bb92d2a9900ff (patch)
treead6aac3477fb793e041d7ca7f9ec2ab1b3fb5bd2 /Rakefile
parent58b5650ca1e0ba4388d67d3d19edce16594ea3f8 (diff)
downloadpostcodes-norway-92550c7649bc86692b3b9951233bb92d2a9900ff.tar.gz
postcodes-norway-92550c7649bc86692b3b9951233bb92d2a9900ff.tar.bz2
postcodes-norway-92550c7649bc86692b3b9951233bb92d2a9900ff.zip
Add task to fetch postcodes from Bring.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f8af56e..13a7fc7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+load 'lib/tasks/norwegian-postcodes.rake'
+
desc "Run unit tests"
task "test" do
sh 'ruby -Itest/ test/*.rb'