summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-15 11:20:11 -0700
committerGitHub <noreply@github.com>2021-03-15 11:20:11 -0700
commit2269feb2b74a792352cf9568cd58866e4fbb8ad5 (patch)
tree4853bf58b80e404d22270336bf7a0907dceb638f /Rakefile
parent0fd5b792f8f7eaf38bb5308ff015e59513242c61 (diff)
parent14bf1b5047ac4d4cafdc630908b17a8b20a451d0 (diff)
downloadmixlib-authentication-2269feb2b74a792352cf9568cd58866e4fbb8ad5.tar.gz
Merge pull request #55 from chef/regex_split
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index c8140a3..03f4d6b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,13 +23,6 @@ rescue LoadError
puts "chefstyle gem is not installed. bundle install first to make sure all dependencies are installed."
end
-begin
- require "yard" unless defined?(YARD)
- YARD::Rake::YardocTask.new(:docs)
-rescue LoadError
- puts "yard is not available. bundle install first to make sure all dependencies are installed."
-end
-
task :console do
require "irb"
require "irb/completion"