From 35a30eee28bb144448e278e085531a55c184f55f Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 4 Jun 2011 08:33:42 -0400 Subject: [PATCH] platform check --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index efa7766..52e1b8f 100644 --- a/Rakefile +++ b/Rakefile @@ -22,3 +22,5 @@ namespace :spec do exit (fail ? 1 : 0) end end + +task :default => 'spec:platforms'