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:
parent
8ce0d35d8b
commit
dc1ff18670
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
require File.expand_path('../helper', __FILE__)
|
require File.expand_path('../helper', __FILE__)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
require 'rdoc'
|
||||||
require 'rdoc/markup/to_html'
|
require 'rdoc/markup/to_html'
|
||||||
|
|
||||||
class RdocTest < Test::Unit::TestCase
|
class RdocTest < Test::Unit::TestCase
|
||||||
|
|
Loading…
Reference in a new issue