Skip to content

Instantly share code, notes, and snippets.

View mlincoln1205's full-sized avatar
🏠
Working from home

Lincoln Marcolongo mlincoln1205

🏠
Working from home
  • Schleswig Holstein
View GitHub Profile
@JunichiIto
JunichiIto / alias_matchers.md
Last active March 27, 2025 14:04
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
@tomas-stefano
tomas-stefano / Capybara.md
Last active April 22, 2025 21:05
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above