1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

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

View file

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