Skip to content

Commit

Permalink
Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Mar 9, 2025
1 parent 522da09 commit 3271de4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/rdoc/test_rdoc_code_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,6 @@ def test_metadata
assert_equal 'not_rdoc', @co.metadata['markup']
end

def test_options
assert_kind_of RDoc::Options, @co.options

@co.store = @store

assert_same @options, @co.options
end

def test_parent_file_name
assert_equal '(unknown)', @co.parent_file_name
assert_equal 'xref_data.rb', @c1.parent_file_name
Expand Down

0 comments on commit 3271de4

Please sign in to comment.