Skip to content

Commit

Permalink
Removed rdoc task. Not used and fails on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Mar 4, 2013
1 parent 3965f1e commit 3d27394
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ end

task :default => [:spec, :spec_http_without_webmock, :test, :minitest]

require 'rdoc/task'
RDoc::Task.new do |rdoc|
$:.push File.expand_path('../lib', __FILE__)
require 'webmock/version'

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "webmock #{WebMock::VERSION}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/webmock/webmock.rb')
end


task :require_ruby_18 do
raise "This must be run on Ruby 1.8" unless RUBY_VERSION =~ /^1\.8/
end
Expand Down

0 comments on commit 3d27394

Please sign in to comment.