Why does test runner have unnecessary gems installed? (Parser)

Open
#59 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
ruby
Domain
testing-qa

Research direction

Start by reproducing the reported TypeError and inspect the test runner's dependency setup alongside /usr/local/bundle/gems/parser-3.0.2.0/lib/parser.rb:19. Confirm why Parser is defined twice, then run the affected tests to verify that they pass without the reported conflict.

Written by the indexing model from the issue text.

Description

We received the following error when we ran your code:
Line 3: Parser is not a class
/usr/local/bundle/gems/parser-3.0.2.0/lib/parser.rb:19: previous definition of Parser was here (TypeError)

Expected behavior:

Tests should pass, same as they do locally - Parser is not a reserved class in Core Ruby.

Dominant language
Ruby
Stars
6
Forks
12
Avg merge
2h 8m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from exercism/ruby-test-runner

All issues in exercism/ruby-test-runner

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.