diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-01-23 15:21:58 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-01-23 15:21:58 +0100 |
commit | 92550c7649bc86692b3b9951233bb92d2a9900ff (patch) | |
tree | ad6aac3477fb793e041d7ca7f9ec2ab1b3fb5bd2 /Rakefile | |
parent | 58b5650ca1e0ba4388d67d3d19edce16594ea3f8 (diff) | |
download | postcodes-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-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +load 'lib/tasks/norwegian-postcodes.rake' + desc "Run unit tests" task "test" do sh 'ruby -Itest/ test/*.rb' |