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

Version Path
roqua-healthy-1.6.0 spec/healthy_spec.rb
roqua-healthy-1.5.13 spec/healthy_spec.rb
roqua-healthy-1.5.12 spec/healthy_spec.rb
roqua-healthy-1.5.11 spec/healthy_spec.rb
roqua-healthy-1.5.10 spec/healthy_spec.rb
roqua-healthy-1.5.9 spec/healthy_spec.rb
roqua-healthy-1.5.8 spec/healthy_spec.rb
roqua-healthy-1.5.7 spec/healthy_spec.rb
roqua-healthy-1.5.6 spec/healthy_spec.rb
roqua-healthy-1.5.5 spec/healthy_spec.rb
roqua-healthy-1.5.4 spec/healthy_spec.rb
roqua-healthy-1.5.3 spec/healthy_spec.rb
roqua-healthy-1.5.2 spec/healthy_spec.rb
roqua-healthy-1.5.1 spec/healthy_spec.rb
roqua-healthy-1.5.0 spec/healthy_spec.rb
roqua-healthy-1.4.3 spec/healthy_spec.rb
roqua-healthy-1.4.2 spec/healthy_spec.rb