Skip to content

Commit

Permalink
removed rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yonbergman committed Dec 24, 2012
1 parent 3c225fb commit f01a2dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Expand Up @@ -7,19 +7,10 @@ rescue LoadError
end

require 'rake'
require 'rake/rdoctask'

require 'rspec/core'
require 'rspec/core/rake_task'

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

task :default => :spec

Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'IscAnalytics'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit f01a2dd

Please sign in to comment.