diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-01-23 14:33:28 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-01-23 14:33:28 +0100 |
commit | 58b5650ca1e0ba4388d67d3d19edce16594ea3f8 (patch) | |
tree | 346cb098982cc0f06d34444893cafd614d01b402 /Rakefile | |
parent | 311e88bd72c67d40789d542e8a03218875443791 (diff) | |
download | postcodes-norway-58b5650ca1e0ba4388d67d3d19edce16594ea3f8.tar.gz postcodes-norway-58b5650ca1e0ba4388d67d3d19edce16594ea3f8.tar.bz2 postcodes-norway-58b5650ca1e0ba4388d67d3d19edce16594ea3f8.zip |
Add basic Rakefile.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..f8af56e --- /dev/null +++ b/Rakefile @@ -0,0 +1,4 @@ +desc "Run unit tests" +task "test" do + sh 'ruby -Itest/ test/*.rb' +end |