Add exclude for regexp parser not accepting a regexp in rubyspec

This commit is contained in:
Markus Schirp 2018-12-29 11:07:01 +00:00
parent 97840b87ae
commit 2b74f29bd2

View file

@ -7,7 +7,10 @@
ruby_glob_pattern: '**/*_spec.rb'
mutation_coverage: false
mutation_generation: true
expected_errors: {}
expected_errors:
"#<ArgumentError: No valid target found for '?' >":
- core/matchdata/begin_spec.rb
- core/matchdata/end_spec.rb
exclude:
- core/string/casecmp_spec.rb
- core/symbol/casecmp_spec.rb