Merge pull request #12724 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-expectations-3.10.2
build(deps): bump rspec-expectations from 3.10.1 to 3.10.2 in /Library/Homebrew
This commit is contained in:
commit
069ab087f9
@ -103,7 +103,7 @@ GEM
|
|||||||
rspec-mocks (~> 3.10.0)
|
rspec-mocks (~> 3.10.0)
|
||||||
rspec-core (3.10.1)
|
rspec-core (3.10.1)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-expectations (3.10.1)
|
rspec-expectations (3.10.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-github (2.3.1)
|
rspec-github (2.3.1)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `rspec-expectations` gem.
|
# This is an autogenerated file for types exported from the `rspec-expectations` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem rspec-expectations`.
|
# Please instead update this file by running `bin/tapioca gem rspec-expectations`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module RSpec
|
module RSpec
|
||||||
extend ::RSpec::Support::Warnings
|
extend ::RSpec::Support::Warnings
|
||||||
extend ::RSpec::Core::Warnings
|
extend ::RSpec::Core::Warnings
|
||||||
@ -1213,6 +1213,7 @@ class RSpec::Matchers::BuiltIn::RaiseError
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
def actual_error_message; end
|
||||||
def block_matches?; end
|
def block_matches?; end
|
||||||
def error_and_message_match?; end
|
def error_and_message_match?; end
|
||||||
def eval_block; end
|
def eval_block; end
|
@ -72,7 +72,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rexml-3.2.5/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ronn-0.7.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ronn-0.7.3/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-support-3.10.3/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-support-3.10.3/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-core-3.10.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-core-3.10.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-expectations-3.10.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-expectations-3.10.2/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.2/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-mocks-3.10.2/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user