Merge pull request #16590 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-core-3.12.3
build(deps-dev): bump rspec-core from 3.12.2 to 3.12.3 in /Library/Homebrew
This commit is contained in:
commit
2516367116
@ -66,7 +66,7 @@ GEM
|
||||
rspec-core (~> 3.12.0)
|
||||
rspec-expectations (~> 3.12.0)
|
||||
rspec-mocks (~> 3.12.0)
|
||||
rspec-core (3.12.2)
|
||||
rspec-core (3.12.3)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-expectations (3.12.4)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
|
||||
@ -1710,15 +1710,15 @@ class RSpec::Core::Configuration
|
||||
# source://rspec-core//lib/rspec/core/configuration.rb#503
|
||||
def loaded_spec_files; end
|
||||
|
||||
# Maximum count of failed source lines to display in the failure reports.
|
||||
# (default `10`).
|
||||
# Maximum count of failed source lines to display in the failure reports
|
||||
# (defaults to `10`).
|
||||
# return [Integer]
|
||||
#
|
||||
# source://rspec-core//lib/rspec/core/configuration.rb#66
|
||||
def max_displayed_failure_line_count; end
|
||||
|
||||
# Maximum count of failed source lines to display in the failure reports.
|
||||
# (default `10`).
|
||||
# Maximum count of failed source lines to display in the failure reports
|
||||
# (defaults to `10`).
|
||||
# return [Integer]
|
||||
#
|
||||
# source://rspec-core//lib/rspec/core/configuration.rb#89
|
||||
@ -9931,7 +9931,7 @@ class RSpec::Core::Runner
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-core//lib/rspec/core/runner.rb#190
|
||||
# source://rspec-core//lib/rspec/core/runner.rb#194
|
||||
def exit_code(examples_passed = T.unsafe(nil)); end
|
||||
|
||||
# @attr_reader
|
||||
@ -9974,7 +9974,7 @@ class RSpec::Core::Runner
|
||||
|
||||
private
|
||||
|
||||
# source://rspec-core//lib/rspec/core/runner.rb#199
|
||||
# source://rspec-core//lib/rspec/core/runner.rb#203
|
||||
def persist_example_statuses; end
|
||||
|
||||
class << self
|
||||
@ -80,7 +80,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rexml-3.2.6/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ronn-0.7.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-support-3.12.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.2/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.12.3/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.12.4/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.12.6/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.12.0/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user