Skip to content

Commit 39d0661

Browse files
committed
Mark corpus tests as uneligible for mutation testing
1 parent 7df6c76 commit 39d0661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/unparser/corpus_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
# rubocop:disable ClosingParenthesisIndentation
4-
describe 'Unparser on ruby corpus' do
4+
describe 'Unparser on ruby corpus', mutant: false do
55
before do
66
if RUBY_VERSION < '2.1.0'
77
# Limits in encodings and complex/rational literals

0 commit comments

Comments
 (0)