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