From 5300d1bea8502af4470e9a42718c137a1d8837cc Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Mon, 31 Oct 2016 15:09:36 -0600 Subject: [PATCH] Add missing doctest tasks --- google-cloud-storage/Rakefile | 4 ++++ google-cloud-vision/Rakefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/google-cloud-storage/Rakefile b/google-cloud-storage/Rakefile index 54b024744e39..11cc8e154a73 100644 --- a/google-cloud-storage/Rakefile +++ b/google-cloud-storage/Rakefile @@ -95,6 +95,10 @@ namespace :acceptance do end end +desc "Runs yard-doctest example tests." +task :doctest do +end + desc "Start an interactive shell." task :console do require "irb" diff --git a/google-cloud-vision/Rakefile b/google-cloud-vision/Rakefile index 1ec8c59e4e8a..da9ada244bc5 100644 --- a/google-cloud-vision/Rakefile +++ b/google-cloud-vision/Rakefile @@ -64,6 +64,10 @@ namespace :acceptance do end end +desc "Runs yard-doctest example tests." +task :doctest do +end + desc "Start an interactive shell." task :console do require "irb"