Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Failing Specs #11

Description

@alvinkatojr

The beyonic gem has about 38 failing specs caused by wrong data types. The errors are:

  • NoMethodError: undefined method 'each_pair' for #<Array:0x00007ff3606d7440> Did you mean? each_slice
  • NoMethodError: undefined method 'each' for "{'id': '1234', 'name': 'Lucy'}":String

Reproduction steps are simple:

  1. cd into beyonic gem and run rspec spec

Using git blame I've been able to narrow down the problem to these specific lines introduced by @KayLuke.

Reverting the code back to the implementation by @ogerman fixes the first errors and adjusting the value of the metadata property on another spec fixes the later.

I have a branch with fixes for these test failures, happy to send in a PR to resolve this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions