add default rake task for travis

This commit is contained in:
Marc Siegel 2012-10-28 08:25:28 -04:00
parent 731c49de76
commit 13ff46e8a9
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ YARD::Rake::YardocTask.new do |t|
end
RSpec::Core::RakeTask.new
task :default => [:spec]