Sha256: b20350befa549c2ead56541353a1fee91cfb36aaa22b829471fa35a99bae5230
Contents?: true
Size: 223 Bytes
Versions: 10
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true RSpec.describe Hanami do describe ".application" do it "it raises error when not configured" do expect { Hanami.app }.to raise_error("Hanami.app not configured") end end end
Version data entries
10 entries across 10 versions & 1 rubygems