Sha256: 59c1b5475170c56d6388022bd6319465b6429c322c14f18c76e2b983bc2be8c7

Contents?: true

Size: 192 Bytes

Versions: 7

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true

RSpec.describe Mutant::AST::Regexp, '.parse' do
  it 'parses using minor ruby version' do
    expect(described_class.parse(/foo/).to_re).to eql(/foo/)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.8.23 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.22 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.21 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.20 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.19 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.18 spec/unit/mutant/ast/regexp/parse_spec.rb
mutant-0.8.17 spec/unit/mutant/ast/regexp/parse_spec.rb