Skip to content

Instantly share code, notes, and snippets.

View eser-babylon's full-sized avatar

Eser Poyraz eser-babylon

View GitHub Profile
@eser-babylon
eser-babylon / alias_matchers.md
Created May 10, 2020 15:17 — 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
@eser-babylon
eser-babylon / mysql2-mojave.md
Created December 19, 2019 23:30 — forked from fernandoaleman/mysql2-mojave.md
Install mysql2 on MacOS Mojave

Problem

Installing mysql2 gem errors on MacOS Mojave.

Solution

Make sure openssl is installed on Mac via Homebrew.

brew install openssl