1# frozen_string_literal: true 2 3RSpec.describe Net::Llm do 4 it "has a version number" do 5 expect(Net::Llm::VERSION).not_to be nil 6 end 7end