# frozen_string_literal: true RSpec.describe LightServiceExt do it "has a version number" do expect(LightServiceExt::VERSION).not_to be_nil end end