Skip to content
View fabriciofreitag's full-sized avatar
🇧🇷
🇧🇷
Block or Report

Block or report fabriciofreitag

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Custom RSPec matcher for detailed ha... Custom RSPec matcher for detailed hash compasion and diff
    1
    RSpec::Matchers.define :be_a_hash_like do |expected_hash|
    2
      match do |actual_hash|
    3
        matching_results = actual_hash == expected_hash
    4
        unless matching_results
    5
          system(