File: test_simple_cov-html.rb

package info (click to toggle)
ruby-simplecov-html 0.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,660 kB
  • sloc: javascript: 20,320; ruby: 118; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "helper"

class TestSimpleCovHtml < Minitest::Test
  def test_defined
    assert defined?(SimpleCov::Formatter::HTMLFormatter)
    assert defined?(SimpleCov::Formatter::HTMLFormatter::VERSION)
  end
end