Sha256: a7c4c30686faf2f57aad44cef4db6e2419a0fe211ebb0f19a37e3685185d24bb
Contents?: true
Size: 188 Bytes
Versions: 17
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Roqua::Healthy do it "should have a VERSION constant" do expect(subject.const_get('VERSION')).not_to be_empty end end
Version data entries
17 entries across 17 versions & 1 rubygems