Skip to content

Commit

Permalink
Add missing doctest tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Oct 31, 2016
1 parent a18a770 commit 5300d1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google-cloud-storage/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-vision/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5300d1b

Please sign in to comment.