spec/licensee/matchers/cargo_matcher_spec.rb [10:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  it 'stores the file' do
    expect(subject.file).to eql(file)
  end

  it 'has confidence' do
    expect(subject.confidence).to be(90)
  end

  it 'matches' do
    expect(subject.match).to eql(mit)
  end

  {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/licensee/matchers/dist_zilla_matcher_spec.rb [10:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  it 'stores the file' do
    expect(subject.file).to eql(file)
  end

  it 'has confidence' do
    expect(subject.confidence).to be(90)
  end

  it 'matches' do
    expect(subject.match).to eql(mit)
  end

  {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



