aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-01-23 15:23:41 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-01-23 15:23:41 +0100
commit6077988298c64cab6939af9e5b6e16644e629ddb (patch)
tree339715464116a46a6b853717c33c3da5aaa63cbd
parent92550c7649bc86692b3b9951233bb92d2a9900ff (diff)
downloadpostcodes-norway-6077988298c64cab6939af9e5b6e16644e629ddb.tar.gz
postcodes-norway-6077988298c64cab6939af9e5b6e16644e629ddb.tar.bz2
postcodes-norway-6077988298c64cab6939af9e5b6e16644e629ddb.zip
Run tests as default task in Rakefile.
-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'