Sha256: f537708c75fa27c74bee42ea5556c3b83f81e082a8a464e3762d7d8f2dba15bc
Contents?: true
Size: 160 Bytes
Versions: 1
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true RSpec.describe "Hanami::VERSION" do it "returns current version" do expect(Hanami::VERSION).to eq("2.2.0.beta2") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-2.2.0.beta2 | spec/unit/hanami/version_spec.rb |