Skip to content

Commit

Permalink
Restore yard rake
Browse files Browse the repository at this point in the history
MSP-11113

`metasploit-version install` erased the loading the `yard.rake`.
  • Loading branch information
limhoff-r7 committed Mar 5, 2015
1 parent d0373dc commit e92ab81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require 'bundler/gem_tasks'
require 'bundler/setup'
require 'rspec/core/rake_task'
require 'yard'

load 'tasks/yard.rake'

RSpec::Core::RakeTask.new(:spec)

Expand Down

0 comments on commit e92ab81

Please sign in to comment.