Skip to content

Instantly share code, notes, and snippets.

View bakudas's full-sized avatar
👾
making games

Wilson bakudas

👾
making games
View GitHub Profile
@bakudas
bakudas / alias_matchers.md
Created January 5, 2023 19:01 — forked from JunichiIto/alias_matchers.md
List of alias matchers in RSpec 3

This list is based on aliases_spec.rb.

You can see also Module: RSpec::Matchers API.

matcher aliased to description
a_truthy_value be_truthy a truthy value
a_falsey_value be_falsey a falsey value
be_falsy be_falsey be falsy
a_falsy_value be_falsey a falsy value