spec/licensee/license_spec.rb [475:481]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      }
    end

    it 'Converts to a hash' do
      expect(hash).to eql(expected)
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/licensee/project_spec.rb [309:315]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }
      end

      it 'Converts to a hash' do
        expect(hash).to eql(expected)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



