diff --git a/Rakefile b/Rakefile index 80cdbc2..11dd1bb 100644 --- a/Rakefile +++ b/Rakefile @@ -10,3 +10,5 @@ Spec::Rake::SpecTask.new do |t| t.spec_files = spec_files t.spec_opts = ["-c"] end + +task :default => :spec