Sha256: 85759c46a63fcb0ecbf4764bae4fe27b85b9a1961ce81b2ab1104eec7350599b
Contents?: true
Size: 209 Bytes
Versions: 4
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true require "pathname" SPEC_ROOT = Pathname(__dir__).realpath.freeze ENV["HANAMI_ENV"] ||= "test" require "hanami/prepare" SPEC_ROOT.glob("support/**/*.rb").each { |f| require f }
Version data entries
4 entries across 4 versions & 1 rubygems