# frozen_string_literal: true require 'spec_helper' describe LinkChecker do it 'has a version' do expect(LinkChecker::VERSION).not_to be_nil end end