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'