From 3d68ed66ca7545c26b83a4c921d21f5aad710ee0 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 23 Aug 2007 11:52:58 -0500 Subject: Oops, left out the spec rake file from the main spec commit --- spec/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/Rakefile b/spec/Rakefile index 5d0b7cc07..40d107312 100644 --- a/spec/Rakefile +++ b/spec/Rakefile @@ -7,3 +7,4 @@ Spec::Rake::SpecTask.new('unit') do |t| t.spec_files = FileList['unit/**/*.rb'] end +task :default => [:unit] -- cgit