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