diff options
-rw-r--r-- | spec/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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] |