Module RSpec
In: lib/rspec/expectations.rb
lib/rspec/expectations/deprecation.rb
lib/rspec/expectations/differ.rb
lib/rspec/expectations/errors.rb
lib/rspec/expectations/extensions/object.rb
lib/rspec/expectations/fail_with.rb
lib/rspec/expectations/handler.rb
lib/rspec/expectations/version.rb
lib/rspec/matchers.rb
lib/rspec/matchers/base_matcher.rb
lib/rspec/matchers/be.rb
lib/rspec/matchers/be_close.rb
lib/rspec/matchers/be_instance_of.rb
lib/rspec/matchers/be_kind_of.rb
lib/rspec/matchers/be_within.rb
lib/rspec/matchers/block_aliases.rb
lib/rspec/matchers/change.rb
lib/rspec/matchers/cover.rb
lib/rspec/matchers/dsl.rb
lib/rspec/matchers/eq.rb
lib/rspec/matchers/eql.rb
lib/rspec/matchers/equal.rb
lib/rspec/matchers/errors.rb
lib/rspec/matchers/exist.rb
lib/rspec/matchers/extensions/instance_eval_with_args.rb
lib/rspec/matchers/generated_descriptions.rb
lib/rspec/matchers/has.rb
lib/rspec/matchers/have.rb
lib/rspec/matchers/include.rb
lib/rspec/matchers/match.rb
lib/rspec/matchers/matcher.rb
lib/rspec/matchers/match_array.rb
lib/rspec/matchers/method_missing.rb
lib/rspec/matchers/operator_matcher.rb
lib/rspec/matchers/pretty.rb
lib/rspec/matchers/raise_error.rb
lib/rspec/matchers/respond_to.rb
lib/rspec/matchers/satisfy.rb
lib/rspec/matchers/throw_symbol.rb

Methods

Classes and Modules

Module RSpec::Expectations
Module RSpec::Matchers

Public Class methods

Used internally by RSpec to display standard deprecation warnings. This is also defined in rspec-core, but we can‘t assume it‘s loaded since rspec-expectations should be usable w/o rspec-core.

Used internally by RSpec to display custom deprecation warnings. This is also defined in rspec-core, but we can‘t assume it‘s loaded since rspec-expectations should be usable w/o rspec-core.

[Validate]