Skip to content

Commit

Permalink
simplifying Rakefile to remove RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Freytag committed Nov 13, 2013
1 parent 35a218b commit 077db36
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ Bundler::GemHelper.install_tasks

$: << File.expand_path("#{File.dirname(__FILE__)}/lib")

RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Deja'
rdoc.options << '--line-numbers'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end

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

desc "Run Tests"
Expand Down

0 comments on commit 077db36

Please sign in to comment.