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