Sha256: b85a8e330e4db1342ee69c938c52713d373118dc71598b9611eb270e9e099a4c

Contents?: true

Size: 339 Bytes

Versions: 17

Compression:

Stored size: 339 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :match_current_line do
  source 'true if /foo/'

  singleton_mutations
  mutation 'false if /foo/'
  mutation 'true if //'
  mutation 'nil if /foo/'
  mutation 'true if true'
  mutation 'true if false'
  mutation 'true if nil'
  mutation 'true if /nomatch\A/'
  mutation 'true'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mutant-0.9.8 meta/match_current_line.rb
mutant-0.9.7 meta/match_current_line.rb
mutant-0.9.6 meta/match_current_line.rb
mutant-0.9.5 meta/match_current_line.rb
mutant-0.9.4 meta/match_current_line.rb
mutant-0.9.3 meta/match_current_line.rb
mutant-0.9.2 meta/match_current_line.rb
mutant-0.9.1 meta/match_current_line.rb
mutant-0.9.0 meta/match_current_line.rb
mutant-0.8.24 meta/match_current_line.rb
mutant-0.8.23 meta/match_current_line.rb
mutant-0.8.22 meta/match_current_line.rb
mutant-0.8.21 meta/match_current_line.rb
mutant-0.8.20 meta/match_current_line.rb
mutant-0.8.19 meta/match_current_line.rb
mutant-0.8.18 meta/match_current_line.rb
mutant-0.8.17 meta/match_current_line.rb