Sha256: 56e6f7250734c57260c7239c402a186c435f49689e87bd7b66569b0614c6ec95

Contents?: true

Size: 1.67 KB

Versions: 108

Compression:

Stored size: 1.67 KB

Contents

module RSpec
  module Matchers
    module BuiltIn
      require 'rspec/matchers/built_in/base_matcher'
      autoload :BeAnInstanceOf, 'rspec/matchers/built_in/be_instance_of'
      autoload :Be,             'rspec/matchers/built_in/be'
      autoload :BeTrue,         'rspec/matchers/built_in/be'
      autoload :BeFalse,        'rspec/matchers/built_in/be'
      autoload :BeNil,          'rspec/matchers/built_in/be'
      autoload :BeComparedTo,   'rspec/matchers/built_in/be'
      autoload :BePredicate,    'rspec/matchers/built_in/be'
      autoload :BeAKindOf,      'rspec/matchers/built_in/be_kind_of'
      autoload :BeWithin,       'rspec/matchers/built_in/be_within'
      autoload :Change,         'rspec/matchers/built_in/change'
      autoload :Cover,          'rspec/matchers/built_in/cover' if (1..2).respond_to?(:cover?)
      autoload :Eq,             'rspec/matchers/built_in/eq'
      autoload :Eql,            'rspec/matchers/built_in/eql'
      autoload :Equal,          'rspec/matchers/built_in/equal'
      autoload :Exist,          'rspec/matchers/built_in/exist'
      autoload :Has,            'rspec/matchers/built_in/has'
      autoload :Have,           'rspec/matchers/built_in/have'
      autoload :Include,        'rspec/matchers/built_in/include'
      autoload :Match,          'rspec/matchers/built_in/match'
      autoload :MatchArray,     'rspec/matchers/built_in/match_array'
      autoload :RaiseError,     'rspec/matchers/built_in/raise_error'
      autoload :RespondTo,      'rspec/matchers/built_in/respond_to'
      autoload :Satisfy,        'rspec/matchers/built_in/satisfy'
      autoload :ThrowSymbol,    'rspec/matchers/built_in/throw_symbol'
    end
  end
end


Version data entries

108 entries across 61 versions & 6 rubygems

Version Path
classiccms-0.7.5 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.7.5 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.4 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.7.4 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.3 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.3 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.7.2 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.7.2 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.1 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.7.1 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.0 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.7.0 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.6.9 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.6.9 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.6.8 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.6.8 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.6.7 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb
classiccms-0.6.7 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.6.6 vendor/bundle/gems/rspec-expectations-2.9.0/lib/rspec/matchers/built_in.rb
classiccms-0.6.6 vendor/bundle/gems/rspec-expectations-2.9.1/lib/rspec/matchers/built_in.rb