Sha256: 423b873e943d550f29d532382db11ac3a39aa6ca30cf15923bc9ea0b586d1fd5

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

require_relative 'be_instance_of'

# Namespace for the Matchi library.
module Matchi
  # Collection of matchers.
  module Matchers
    # **Type/class** matcher.
    module BeAnInstanceOf
      # The matcher.
      class Matcher < BeInstanceOf::Matcher
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
matchi-rspec-0.1.1 lib/matchi/rspec/be_an_instance_of.rb
matchi-rspec-0.1.0 lib/matchi/rspec/be_an_instance_of.rb