Merge pull request #16598 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-3.13.0
build(deps-dev): bump rspec from 3.12.0 to 3.13.0 in /Library/Homebrew
This commit is contained in:
commit
cd9c3fc8a8
@ -62,28 +62,28 @@ GEM
|
||||
hpricot (>= 0.8.2)
|
||||
mustache (>= 0.7.0)
|
||||
rdiscount (>= 1.5.8)
|
||||
rspec (3.12.0)
|
||||
rspec-core (~> 3.12.0)
|
||||
rspec-expectations (~> 3.12.0)
|
||||
rspec-mocks (~> 3.12.0)
|
||||
rspec-core (3.12.3)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-expectations (3.12.4)
|
||||
rspec (3.13.0)
|
||||
rspec-core (~> 3.13.0)
|
||||
rspec-expectations (~> 3.13.0)
|
||||
rspec-mocks (~> 3.13.0)
|
||||
rspec-core (3.13.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-expectations (3.13.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-github (2.4.0)
|
||||
rspec-core (~> 3.0)
|
||||
rspec-its (1.3.0)
|
||||
rspec-core (>= 3.0.0)
|
||||
rspec-expectations (>= 3.0.0)
|
||||
rspec-mocks (3.12.7)
|
||||
rspec-mocks (3.13.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-sorbet (1.9.2)
|
||||
sorbet-runtime
|
||||
rspec-support (3.12.2)
|
||||
rspec-support (3.13.0)
|
||||
rspec_junit_formatter (0.6.0)
|
||||
rspec-core (>= 2, < 4, != 2.12.0)
|
||||
rubocop (1.60.2)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -10,70 +10,70 @@
|
||||
# source://rspec-expectations//lib/rspec/matchers/english_phrasing.rb#1
|
||||
module RSpec
|
||||
class << self
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#70
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#70
|
||||
def clear_examples; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#85
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#85
|
||||
def configuration; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def configuration=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#97
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#97
|
||||
def configure; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#194
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#194
|
||||
def const_missing(name); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def context(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#122
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#122
|
||||
def current_example; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#128
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#128
|
||||
def current_example=(example); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#154
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#154
|
||||
def current_scope; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#134
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#134
|
||||
def current_scope=(scope); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def describe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def example_group(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fdescribe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#58
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#58
|
||||
def reset; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_context(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples_for(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#160
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#160
|
||||
def world; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def world=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xdescribe(*args, &example_group_block); end
|
||||
end
|
||||
end
|
||||
@ -3362,6 +3362,18 @@ RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers
|
||||
# source://rspec-expectations//lib/rspec/matchers.rb#957
|
||||
RSpec::Matchers::BE_PREDICATE_REGEX = T.let(T.unsafe(nil), Regexp)
|
||||
|
||||
# Provides a base class with as little methods as possible, so that
|
||||
# most methods can be delegated via `method_missing`.
|
||||
#
|
||||
# On Ruby 2.0+ BasicObject could be used for this purpose, but it
|
||||
# introduce some extra complexity with constant resolution, so the
|
||||
# BlankSlate pattern was prefered.
|
||||
#
|
||||
# @private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#10
|
||||
class RSpec::Matchers::BaseDelegator; end
|
||||
|
||||
# Container module for all built-in matchers. The matcher classes are here
|
||||
# (rather than directly under `RSpec::Matchers`) in order to prevent name
|
||||
# collisions, since `RSpec::Matchers` gets included into the user's namespace.
|
||||
@ -3472,6 +3484,7 @@ end
|
||||
class RSpec::Matchers::BuiltIn::BaseMatcher
|
||||
include ::RSpec::Matchers::Composable
|
||||
include ::RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting
|
||||
include ::RSpec::Matchers::BuiltIn::BaseMatcher::StringEncodingFormatting
|
||||
include ::RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
|
||||
|
||||
# @api private
|
||||
@ -3618,7 +3631,7 @@ end
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#166
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#207
|
||||
module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
|
||||
# Provides a good generic failure message. Based on `description`.
|
||||
# When subclassing, if you are not satisfied with this failure message
|
||||
@ -3627,7 +3640,7 @@ module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
|
||||
# @api private
|
||||
# @return [String]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#172
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#213
|
||||
def failure_message; end
|
||||
|
||||
# Provides a good generic negative failure message. Based on `description`.
|
||||
@ -3637,7 +3650,7 @@ module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
|
||||
# @api private
|
||||
# @return [String]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#181
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#222
|
||||
def failure_message_when_negated; end
|
||||
|
||||
class << self
|
||||
@ -3645,7 +3658,7 @@ module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
|
||||
# @private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#186
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#227
|
||||
def has_default_failure_messages?(matcher); end
|
||||
end
|
||||
end
|
||||
@ -3690,6 +3703,46 @@ module RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting
|
||||
end
|
||||
end
|
||||
|
||||
# @api private
|
||||
# @private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#165
|
||||
module RSpec::Matchers::BuiltIn::BaseMatcher::StringEncodingFormatting
|
||||
private
|
||||
|
||||
# Formats a String's encoding as a human readable string
|
||||
#
|
||||
# @api private
|
||||
# @param _value [String]
|
||||
# @return [nil] nil as the curent Ruby version does not support String encoding
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#188
|
||||
def format_encoding(value); end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean] False always as the curent Ruby version does not support String encoding
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#171
|
||||
def string_encoding_differs?; end
|
||||
|
||||
class << self
|
||||
# Formats a String's encoding as a human readable string
|
||||
#
|
||||
# @api private
|
||||
# @param _value [String]
|
||||
# @return [nil] nil as the curent Ruby version does not support String encoding
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#188
|
||||
def format_encoding(value); end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean] False always as the curent Ruby version does not support String encoding
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/base_matcher.rb#171
|
||||
def string_encoding_differs?; end
|
||||
end
|
||||
end
|
||||
|
||||
# Used to detect when no arg is passed to `initialize`.
|
||||
# `nil` cannot be used because it's a valid value to pass.
|
||||
#
|
||||
@ -5382,13 +5435,13 @@ class RSpec::Matchers::BuiltIn::Eq < ::RSpec::Matchers::BuiltIn::BaseMatcher
|
||||
# @api private
|
||||
# @return [String]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#22
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#26
|
||||
def description; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#28
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#32
|
||||
def diffable?; end
|
||||
|
||||
# @api private
|
||||
@ -5400,14 +5453,14 @@ class RSpec::Matchers::BuiltIn::Eq < ::RSpec::Matchers::BuiltIn::BaseMatcher
|
||||
# @api private
|
||||
# @return [String]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#16
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#20
|
||||
def failure_message_when_negated; end
|
||||
|
||||
private
|
||||
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#34
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eq.rb#38
|
||||
def match(expected, actual); end
|
||||
end
|
||||
|
||||
@ -5421,7 +5474,7 @@ class RSpec::Matchers::BuiltIn::Eql < ::RSpec::Matchers::BuiltIn::BaseMatcher
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#22
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#26
|
||||
def diffable?; end
|
||||
|
||||
# @api private
|
||||
@ -5433,14 +5486,14 @@ class RSpec::Matchers::BuiltIn::Eql < ::RSpec::Matchers::BuiltIn::BaseMatcher
|
||||
# @api private
|
||||
# @return [String]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#16
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#20
|
||||
def failure_message_when_negated; end
|
||||
|
||||
private
|
||||
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#28
|
||||
# source://rspec-expectations//lib/rspec/matchers/built_in/eql.rb#32
|
||||
def match(expected, actual); end
|
||||
end
|
||||
|
||||
@ -7986,31 +8039,31 @@ RSpec::Matchers::HAS_REGEX = T.let(T.unsafe(nil), Regexp)
|
||||
#
|
||||
# @private
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#5
|
||||
class RSpec::Matchers::MatcherDelegator
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#31
|
||||
class RSpec::Matchers::MatcherDelegator < ::RSpec::Matchers::BaseDelegator
|
||||
include ::RSpec::Matchers::Composable
|
||||
|
||||
# @return [MatcherDelegator] a new instance of MatcherDelegator
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#9
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#35
|
||||
def initialize(base_matcher); end
|
||||
|
||||
# Returns the value of attribute base_matcher.
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#7
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#33
|
||||
def base_matcher; end
|
||||
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#13
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#39
|
||||
def method_missing(*args, &block); end
|
||||
|
||||
private
|
||||
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#29
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#55
|
||||
def initialize_copy(other); end
|
||||
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#18
|
||||
# source://rspec-expectations//lib/rspec/matchers/matcher_delegator.rb#44
|
||||
def respond_to_missing?(name, include_all = T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
@ -10,70 +10,70 @@
|
||||
# source://rspec-mocks//lib/rspec/mocks/instance_method_stasher.rb#1
|
||||
module RSpec
|
||||
class << self
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#70
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#70
|
||||
def clear_examples; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#85
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#85
|
||||
def configuration; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def configuration=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#97
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#97
|
||||
def configure; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#194
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#194
|
||||
def const_missing(name); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def context(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#122
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#122
|
||||
def current_example; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#128
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#128
|
||||
def current_example=(example); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#154
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#154
|
||||
def current_scope; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#134
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#134
|
||||
def current_scope=(scope); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def describe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def example_group(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fdescribe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#58
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#58
|
||||
def reset; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_context(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples_for(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#160
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#160
|
||||
def world; end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def world=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.3/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xdescribe(*args, &example_group_block); end
|
||||
end
|
||||
end
|
||||
@ -1040,7 +1040,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# @example
|
||||
# expect(object).to receive(:message).with(kind_of(Thing))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#111
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#121
|
||||
def a_kind_of(klass); end
|
||||
|
||||
# Matches if `arg.instance_of?(klass)`
|
||||
@ -1048,7 +1048,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# @example
|
||||
# expect(object).to receive(:message).with(instance_of(Thing))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#101
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#111
|
||||
def an_instance_of(klass); end
|
||||
|
||||
# Acts like an arg splat, matching any number of args at any point in an arg list.
|
||||
@ -1072,6 +1072,15 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#34
|
||||
def anything; end
|
||||
|
||||
# Matches an array that excludes the specified items.
|
||||
#
|
||||
# @example
|
||||
# expect(object).to receive(:message).with(array_excluding(1,2,3))
|
||||
# expect(object).to receive(:message).with(array_excluding([1,2,3]))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#100
|
||||
def array_excluding(*args); end
|
||||
|
||||
# Matches an array that includes the specified items at least once.
|
||||
# Ignores duplicates and additional values
|
||||
#
|
||||
@ -1079,7 +1088,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# expect(object).to receive(:message).with(array_including(1,2,3))
|
||||
# expect(object).to receive(:message).with(array_including([1,2,3]))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#80
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#90
|
||||
def array_including(*args); end
|
||||
|
||||
# Matches a boolean value.
|
||||
@ -1106,7 +1115,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# expect(object).to receive(:message).with(hash_excluding(:key))
|
||||
# expect(object).to receive(:message).with(hash_excluding(:key, :key2 => :val2))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#91
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#80
|
||||
def hash_excluding(*args); end
|
||||
|
||||
# Matches a hash that includes the specified key(s) or key/value pairs.
|
||||
@ -1127,7 +1136,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# expect(object).to receive(:message).with(hash_excluding(:key))
|
||||
# expect(object).to receive(:message).with(hash_excluding(:key, :key2 => :val2))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#91
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#80
|
||||
def hash_not_including(*args); end
|
||||
|
||||
# Matches if `arg.instance_of?(klass)`
|
||||
@ -1135,7 +1144,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# @example
|
||||
# expect(object).to receive(:message).with(instance_of(Thing))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#101
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#111
|
||||
def instance_of(klass); end
|
||||
|
||||
# Matches if `arg.kind_of?(klass)`
|
||||
@ -1143,7 +1152,7 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
# @example
|
||||
# expect(object).to receive(:message).with(kind_of(Thing))
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#111
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#121
|
||||
def kind_of(klass); end
|
||||
|
||||
# Matches no arguments.
|
||||
@ -1157,171 +1166,192 @@ module RSpec::Mocks::ArgumentMatchers
|
||||
class << self
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#118
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#128
|
||||
def anythingize_lonely_keys(*args); end
|
||||
end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#149
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#159
|
||||
class RSpec::Mocks::ArgumentMatchers::AnyArgMatcher < ::RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#150
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#160
|
||||
def ===(_other); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#154
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#164
|
||||
def description; end
|
||||
end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#137
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#147
|
||||
RSpec::Mocks::ArgumentMatchers::AnyArgMatcher::INSTANCE = T.let(T.unsafe(nil), RSpec::Mocks::ArgumentMatchers::AnyArgMatcher)
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#142
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#152
|
||||
class RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher < ::RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#143
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#153
|
||||
def description; end
|
||||
end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#137
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#147
|
||||
RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher::INSTANCE = T.let(T.unsafe(nil), RSpec::Mocks::ArgumentMatchers::AnyArgsMatcher)
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#232
|
||||
class RSpec::Mocks::ArgumentMatchers::ArrayIncludingMatcher
|
||||
# @return [ArrayIncludingMatcher] a new instance of ArrayIncludingMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#274
|
||||
class RSpec::Mocks::ArgumentMatchers::ArrayExcludingMatcher
|
||||
# @return [ArrayExcludingMatcher] a new instance of ArrayExcludingMatcher
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#233
|
||||
def initialize(expected); end
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#275
|
||||
def initialize(unexpected); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#237
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#279
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#248
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#292
|
||||
def description; end
|
||||
|
||||
private
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#254
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#298
|
||||
def formatted_unexpected_values; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#242
|
||||
class RSpec::Mocks::ArgumentMatchers::ArrayIncludingMatcher
|
||||
# @return [ArrayIncludingMatcher] a new instance of ArrayIncludingMatcher
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#243
|
||||
def initialize(expected); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#247
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#260
|
||||
def description; end
|
||||
|
||||
private
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#266
|
||||
def formatted_expected_values; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#178
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#188
|
||||
class RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
|
||||
# @return [BaseHashMatcher] a new instance of BaseHashMatcher
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#179
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#189
|
||||
def initialize(expected); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#183
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#193
|
||||
def ===(predicate, actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#191
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#201
|
||||
def description(name); end
|
||||
|
||||
private
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#197
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#207
|
||||
def formatted_expected_hash; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#167
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#177
|
||||
class RSpec::Mocks::ArgumentMatchers::BooleanMatcher < ::RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#168
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#178
|
||||
def ===(value); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#172
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#182
|
||||
def description; end
|
||||
end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#137
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#147
|
||||
RSpec::Mocks::ArgumentMatchers::BooleanMatcher::INSTANCE = T.let(T.unsafe(nil), RSpec::Mocks::ArgumentMatchers::BooleanMatcher)
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#262
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#306
|
||||
class RSpec::Mocks::ArgumentMatchers::DuckTypeMatcher
|
||||
# @return [DuckTypeMatcher] a new instance of DuckTypeMatcher
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#263
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#307
|
||||
def initialize(*methods_to_respond_to); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#267
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#311
|
||||
def ===(value); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#271
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#315
|
||||
def description; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#221
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#231
|
||||
class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher < ::RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#222
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#232
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#226
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#236
|
||||
def description; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#210
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#220
|
||||
class RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher < ::RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#211
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#221
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#215
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#225
|
||||
def description; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#277
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#321
|
||||
class RSpec::Mocks::ArgumentMatchers::InstanceOf
|
||||
# @return [InstanceOf] a new instance of InstanceOf
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#278
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#322
|
||||
def initialize(klass); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#282
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#326
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#286
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#330
|
||||
def description; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#292
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#336
|
||||
class RSpec::Mocks::ArgumentMatchers::KindOf
|
||||
# @return [KindOf] a new instance of KindOf
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#293
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#337
|
||||
def initialize(klass); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#297
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#341
|
||||
def ===(actual); end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#301
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#345
|
||||
def description; end
|
||||
end
|
||||
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#160
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#170
|
||||
class RSpec::Mocks::ArgumentMatchers::NoArgsMatcher < ::RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#161
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#171
|
||||
def description; end
|
||||
end
|
||||
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#137
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#147
|
||||
RSpec::Mocks::ArgumentMatchers::NoArgsMatcher::INSTANCE = T.let(T.unsafe(nil), RSpec::Mocks::ArgumentMatchers::NoArgsMatcher)
|
||||
|
||||
# Intended to be subclassed by stateless, immutable argument matchers.
|
||||
@ -1334,12 +1364,12 @@ RSpec::Mocks::ArgumentMatchers::NoArgsMatcher::INSTANCE = T.let(T.unsafe(nil), R
|
||||
#
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#133
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#143
|
||||
class RSpec::Mocks::ArgumentMatchers::SingletonMatcher
|
||||
class << self
|
||||
# @private
|
||||
#
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#136
|
||||
# source://rspec-mocks//lib/rspec/mocks/argument_matchers.rb#146
|
||||
def inherited(subklass); end
|
||||
|
||||
private
|
||||
@ -9,70 +9,70 @@ module RSpec
|
||||
extend ::RSpec::Support::Warnings
|
||||
|
||||
class << self
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#70
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#70
|
||||
def clear_examples; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#85
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#85
|
||||
def configuration; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def configuration=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#97
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#97
|
||||
def configure; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#194
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#194
|
||||
def const_missing(name); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def context(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#122
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#122
|
||||
def current_example; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#128
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#128
|
||||
def current_example=(example); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#154
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#154
|
||||
def current_scope; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#134
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#134
|
||||
def current_scope=(scope); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def describe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def example_group(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fdescribe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#58
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#58
|
||||
def reset; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_context(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples_for(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#160
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#160
|
||||
def world; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def world=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xdescribe(*args, &example_group_block); end
|
||||
end
|
||||
end
|
||||
@ -1467,7 +1467,7 @@ module RSpec::Support::RubyFeatures
|
||||
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#145
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#155
|
||||
def distincts_kw_args_from_positional_hash?; end
|
||||
|
||||
# On JRuby 1.7 `--1.8` mode, `Process.respond_to?(:fork)` returns true,
|
||||
@ -1488,23 +1488,23 @@ module RSpec::Support::RubyFeatures
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#101
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#111
|
||||
def kw_arg_separation?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#150
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#160
|
||||
def kw_args_supported?; end
|
||||
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#206
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#216
|
||||
def module_prepends_supported?; end
|
||||
|
||||
# @api private
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#202
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#212
|
||||
def module_refinement_supported?; end
|
||||
|
||||
# @api private
|
||||
@ -1515,13 +1515,13 @@ module RSpec::Support::RubyFeatures
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#154
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#164
|
||||
def required_kw_args_supported?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#136
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#146
|
||||
def ripper_supported?; end
|
||||
|
||||
# @api private
|
||||
@ -1533,13 +1533,19 @@ module RSpec::Support::RubyFeatures
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#158
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#168
|
||||
def supports_rebinding_module_methods?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#111
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#104
|
||||
def supports_syntax_suggest?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#121
|
||||
def supports_taint?; end
|
||||
|
||||
class << self
|
||||
@ -1552,28 +1558,28 @@ module RSpec::Support::RubyFeatures
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#145
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#155
|
||||
def distincts_kw_args_from_positional_hash?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#76
|
||||
def fork_supported?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#101
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#111
|
||||
def kw_arg_separation?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#150
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#160
|
||||
def kw_args_supported?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#206
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#216
|
||||
def module_prepends_supported?; end
|
||||
|
||||
# @api private
|
||||
# @return [Boolean]
|
||||
#
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#202
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#212
|
||||
def module_refinement_supported?; end
|
||||
|
||||
# @api private
|
||||
@ -1582,19 +1588,22 @@ module RSpec::Support::RubyFeatures
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#81
|
||||
def optional_and_splat_args_supported?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#154
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#164
|
||||
def required_kw_args_supported?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#136
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#146
|
||||
def ripper_supported?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#90
|
||||
def supports_exception_cause?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#158
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#168
|
||||
def supports_rebinding_module_methods?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#111
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#104
|
||||
def supports_syntax_suggest?; end
|
||||
|
||||
# source://rspec-support//lib/rspec/support/ruby_features.rb#121
|
||||
def supports_taint?; end
|
||||
end
|
||||
end
|
||||
@ -7,70 +7,70 @@
|
||||
# source://rspec//lib/rspec/version.rb#1
|
||||
module RSpec
|
||||
class << self
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#70
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#70
|
||||
def clear_examples; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#85
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#85
|
||||
def configuration; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def configuration=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#97
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#97
|
||||
def configure; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#194
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#194
|
||||
def const_missing(name); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def context(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#122
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#122
|
||||
def current_example; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#128
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#128
|
||||
def current_example=(example); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#154
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#154
|
||||
def current_scope; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#134
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#134
|
||||
def current_scope=(scope); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def describe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def example_group(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def fdescribe(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#58
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#58
|
||||
def reset; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_context(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/shared_example_group.rb#110
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/shared_example_group.rb#110
|
||||
def shared_examples_for(name, *args, &block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#160
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#160
|
||||
def world; end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core.rb#49
|
||||
# source://rspec-core/3.13.0/lib/rspec/core.rb#49
|
||||
def world=(_arg0); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xcontext(*args, &example_group_block); end
|
||||
|
||||
# source://rspec-core/3.12.2/lib/rspec/core/dsl.rb#42
|
||||
# source://rspec-core/3.13.0/lib/rspec/core/dsl.rb#42
|
||||
def xdescribe(*args, &example_group_block); end
|
||||
end
|
||||
end
|
||||
10
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
10
Library/Homebrew/vendor/bundle/bundler/setup.rb
vendored
@ -79,11 +79,11 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rdiscount-2.2.7.3/lib")
|
||||
$:.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.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.7/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-support-3.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-core-3.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-expectations-3.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-mocks-3.13.0/lib")
|
||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-3.13.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-retry-0.6.2/lib")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user