summaryrefslogtreecommitdiff
path: root/rakefile
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-02-11 13:57:13 -0700
committermo k <mo@mokhan.ca>2012-02-11 13:57:13 -0700
commit38f4486ecf5fbb28af7a2e269a514ff08b507fae (patch)
tree8b33899506995290d788f9a0f786333f48d23b4b /rakefile
parent5e64558fe2827eccb312952aea0539249dfb53f6 (diff)
add spec for when the book is for a different author.
Diffstat (limited to 'rakefile')
-rw-r--r--rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index 81322ae..732dbc3 100644
--- a/rakefile
+++ b/rakefile
@@ -1,3 +1,7 @@
task :test do
sh "ruby -I lib:test test/ts_all.rb"
end
+
+task :default => :test do
+
+end