Sha256: ab3d3b2df4c1ecb96ccf1c5461bc2156afb0636c8722c1abf121f3df641a2296
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true require "webtrap/shared/validators" module WebTrap # @api private # Shared components used by all implementations for specific testing tools. module Shared autoload :RackApp, "webtrap/shared/rack_app" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webtrap-0.1.1 | lib/webtrap/shared.rb |
webtrap-0.1.0 | lib/webtrap/shared.rb |