sorbet/rbi/gems/rspec-expectations.rbi in setsuzoku-0.11.9 vs sorbet/rbi/gems/rspec-expectations.rbi in setsuzoku-0.12.54
- old
+ new
@@ -5,11 +5,11 @@
#
# If you would like to make changes to this file, great! Please create the gem's shim here:
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-expectations/all/rspec-expectations.rbi
#
-# rspec-expectations-3.9.2
+# rspec-expectations-3.8.6
module RSpec
end
module RSpec::Matchers
def a_block_changing(*args, &block); end
@@ -202,11 +202,11 @@
def diffable; end
def failure_message(&definition); end
def failure_message_when_negated(&definition); end
def match(options = nil, &match_block); end
def match_unless_raises(expected_exception = nil, &match_block); end
- def match_when_negated(options = nil, &match_block); end
+ def match_when_negated(&match_block); end
def supports_block_expectations; end
end
module RSpec::Matchers::DSL::Macros::Deprecated
def failure_message_for_should(&definition); end
def failure_message_for_should_not(&definition); end
@@ -1010,17 +1010,14 @@
def description; end
def does_not_match?(actual); end
def failure_message; end
def failure_message_when_negated; end
def find_failing_method_names(actual, filter_method); end
- def ignoring_method_signature_failure!; end
def initialize(*names); end
def matches?(actual); end
def matches_arity?(actual, name); end
- def method_signature_for(actual, name); end
def pp_names; end
- def setup_method_signature_expectation; end
def with(n); end
def with_any_keywords; end
def with_arity; end
def with_arity_string; end
def with_keywords(*keywords); end
@@ -1067,10 +1064,9 @@
def yielded_once?(matcher_name); end
end
class RSpec::Matchers::BuiltIn::YieldControl < RSpec::Matchers::BuiltIn::BaseMatcher
def at_least(number); end
def at_most(number); end
- def count_constraint_to_number(n); end
def does_not_match?(block); end
def exactly(number); end
def failure_message; end
def failure_message_when_negated; end
def failure_reason; end