Sha256: ea9dfef759b74867a6d7738e1df49e6a3c74ee60f5e726688702942506e9bf29

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module Logux
  module Test
    module Matchers
      autoload :SendToLogux, 'logux/test/matchers/send_to_logux'
      autoload :ResponseChunks, 'logux/test/matchers/response_chunks'
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
logux-rack-0.1.0 lib/logux/test/matchers.rb
logux_rails-0.1.0 lib/logux/test/matchers.rb