mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
433 B
22 lines
433 B
usage: opensource
|
|
|
|
integration:
|
|
name: minitest
|
|
|
|
includes:
|
|
- lib
|
|
- test
|
|
|
|
requires:
|
|
- multi_xml
|
|
- mutant/minitest/coverage
|
|
|
|
matcher:
|
|
subjects:
|
|
- MultiXML*
|
|
ignore:
|
|
# Platform-specific code path: only triggers on TruffleRuby. Mutant
|
|
# runs on MRI, so any mutation that touches the RUBY_ENGINE check
|
|
# produces the same observable behavior as the original.
|
|
- MultiXML::ParserResolution#skip_on_platform?
|