Class: RuboCop::TestCase
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- RuboCop::TestCase
- Includes:
- Minitest::AssertOffense
- Defined in:
- lib/rubocop/test_case.rb
Overview
Base test case class for testing custom cops with Minitest.
See the documentation of RuboCop::Minitest::AssertOffense for details.