Sha256: 162364a66ef36ca915c01fe9187c478bdd1a11cd586f8178b5a865aa8722cf2d
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.0.0.beta3") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-2.0.0.beta3 | spec/unit/hanami/version_spec.rb |