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:
parent
731c49de76
commit
13ff46e8a9
1 changed files with 2 additions and 0 deletions
2
Rakefile
2
Rakefile
|
@ -12,3 +12,5 @@ YARD::Rake::YardocTask.new do |t|
|
|||
end
|
||||
|
||||
RSpec::Core::RakeTask.new
|
||||
|
||||
task :default => [:spec]
|
Loading…
Reference in a new issue