1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Update rdoc test to work with RDoc 3.10

This commit is contained in:
Tim Felgentreff 2011-10-10 18:57:14 -07:00
parent 8ce0d35d8b
commit dc1ff18670

View file

@ -1,6 +1,7 @@
require File.expand_path('../helper', __FILE__)
begin
require 'rdoc'
require 'rdoc/markup/to_html'
class RdocTest < Test::Unit::TestCase