Rakefile in sendgrid-api-0.0.2 vs Rakefile in sendgrid-api-0.0.3
- old
+ new
@@ -1,9 +1,12 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
+require "yard"
RSpec::Core::RakeTask.new(:spec, :tag) do |t, task_args|
t.rspec_opts = "--tag #{task_args[:tag]}" if task_args[:tag]
end
+
+YARD::Rake::YardocTask.new
task :default => :spec
task :test => :spec
\ No newline at end of file