Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yard and chores (appraisal gemfiles, require_relative for specs) #3

Merged
merged 6 commits into from
Aug 16, 2023

Conversation

TonyCTHsu
Copy link
Contributor

@TonyCTHsu TonyCTHsu commented Apr 17, 2023

From @TonyCTHsu: Add documentation

From @anmarchenko:

Testing suite for this library was not properly running because of the following issues:

  • appraisal gemfiles were outdated and did not reflect later changes in project's Gemfile
  • requires in specs did not follow any particular order so many tests were loading code from ddtrace gem

Appraisal gemfiles are regenerated with bundle exec appraisal:update and require is replaced with require_relative where needed (in specs).

TonyCTHsu and others added 5 commits August 16, 2023 14:03
Testing suite for this library was not properly running because of the following issues:
- appraisal gemfiles were outdated and did not reflect later changes in project's Gemfile
- requires in specs did not follow any particular order so many tests were loading code from ddtrace gem

Appraisal gemfiles are regenerated with bundle exec appraisal:update and require is replaced with require_relative where needed.
@anmarchenko anmarchenko changed the title Documentation Add yard and chores (appraisal gemfiles, require_relative for specs) Aug 16, 2023
@anmarchenko anmarchenko requested review from a team August 16, 2023 12:23
Copy link
Member

@anmarchenko anmarchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved on behalf of @TonyCTHsu

@anmarchenko anmarchenko merged commit 3b2da63 into main Aug 16, 2023
30 checks passed
@anmarchenko anmarchenko deleted the tonycthsu/yard-documentation branch September 6, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants