Sha256: 9365a00f2ffad65077b8734ca3e63293422251878c31fa1b09c435e6b90ea123
Contents?: true
Size: 330 Bytes
Versions: 12
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true RSpec.describe Mutant::Selector::Null do describe '#call' do subject { described_class.new } let(:mutant_subject) { instance_double(Mutant::Subject) } def apply subject.call(mutant_subject) end it 'returns no tests' do expect(apply).to eql([]) end end end
Version data entries
12 entries across 12 versions & 1 rubygems