Merge pull request #8628 from Homebrew/tapioca-update

This commit is contained in:
Vidushee Amoli 2020-09-06 09:43:56 +05:30 committed by GitHub
commit b2d9594ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -19557,6 +19557,8 @@ module RSpec::Matchers
def a_string_containing(*args, &block); end
def array_including_cons(*expected, &block_arg); end
def be_a_failure(*args, &block); end
def have_failed(*args, &block); end