Merge pull request #14245 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-mocks-3.12.1

build(deps): bump rspec-mocks from 3.12.0 to 3.12.1 in /Library/Homebrew
This commit is contained in:
Mike McQuaid 2022-12-13 09:29:48 +00:00 committed by GitHub
commit 38a02327ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -120,7 +120,7 @@ GEM
rspec-its (1.3.0) rspec-its (1.3.0)
rspec-core (>= 3.0.0) rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0) rspec-expectations (>= 3.0.0)
rspec-mocks (3.12.0) rspec-mocks (3.12.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-retry (0.6.2) rspec-retry (0.6.2)

View File

@ -752,8 +752,8 @@ class RSpec::Mocks::Matchers::HaveReceived
def exactly(*args); end def exactly(*args); end
def failure_message; end def failure_message; end
def failure_message_when_negated; end def failure_message_when_negated; end
def matcher_name; end
def matches?(subject, &block); end def matches?(subject, &block); end
def name; end
def once(*args); end def once(*args); end
def ordered(*args); end def ordered(*args); end
def setup_allowance(_subject, &_block); end def setup_allowance(_subject, &_block); end
@ -803,8 +803,8 @@ class RSpec::Mocks::Matchers::Receive
def description; end def description; end
def does_not_match?(subject, &block); end def does_not_match?(subject, &block); end
def exactly(*args, &block); end def exactly(*args, &block); end
def matcher_name; end
def matches?(subject, &block); end def matches?(subject, &block); end
def name; end
def never(*args, &block); end def never(*args, &block); end
def once(*args, &block); end def once(*args, &block); end
def ordered(*args, &block); end def ordered(*args, &block); end
@ -849,8 +849,8 @@ class RSpec::Mocks::Matchers::ReceiveMessageChain
def and_yield(*args, &block); end def and_yield(*args, &block); end
def description; end def description; end
def does_not_match?(*_args); end def does_not_match?(*_args); end
def matcher_name; end
def matches?(subject, &block); end def matches?(subject, &block); end
def name; end
def setup_allowance(subject, &block); end def setup_allowance(subject, &block); end
def setup_any_instance_allowance(subject, &block); end def setup_any_instance_allowance(subject, &block); end
def setup_any_instance_expectation(subject, &block); end def setup_any_instance_expectation(subject, &block); end
@ -871,8 +871,8 @@ class RSpec::Mocks::Matchers::ReceiveMessages
def description; end def description; end
def does_not_match?(_subject); end def does_not_match?(_subject); end
def matcher_name; end
def matches?(subject); end def matches?(subject); end
def name; end
def setup_allowance(subject); end def setup_allowance(subject); end
def setup_any_instance_allowance(subject); end def setup_any_instance_allowance(subject); end
def setup_any_instance_expectation(subject); end def setup_any_instance_expectation(subject); end
@ -1031,6 +1031,7 @@ class RSpec::Mocks::MethodDouble
def usable_rspec_prepended_module; end def usable_rspec_prepended_module; end
end end
RSpec::Mocks::MethodDouble::FROZEN_ERROR_MSG = T.let(T.unsafe(nil), Regexp)
class RSpec::Mocks::MethodDouble::RSpecPrependedModule < ::Module; end class RSpec::Mocks::MethodDouble::RSpecPrependedModule < ::Module; end
class RSpec::Mocks::MethodReference class RSpec::Mocks::MethodReference

View File

@ -93,7 +93,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.12.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.12.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.12.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.12.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.12.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.12.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-2.4.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-github-2.4.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-its-1.3.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-its-1.3.0/lib")