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

[AF-45] Allow test files when publishing the gem #46

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

ricardopacheco
Copy link
Owner

Issue number: resolves #45

Summary 🔴

Although unnecessary to run in a production environment, in the integration with the API, factories are used to test the data on the endpoints. Therefore, from version 0.8.10 onwards, the test files will be available when publishing the gem.

Proposed / Possible solution 🔴

Configure the auction_fun_core.gemspec file so that in the files option (spec.files) it no longer ignores the tests directory (specs).

How to test 👮‍♂️

Update the gem core version in the API and check it in the test suite in CI.

Risks / Impacts 🔴

  • None anticipated

Requirements for deployment 🔴

  • None anticipated

@ricardopacheco ricardopacheco added type:bug Something isn't working status:in-review In Review status priority:high High priority labels Apr 30, 2024
@ricardopacheco ricardopacheco self-assigned this Apr 30, 2024
@ricardopacheco ricardopacheco merged commit 20f876d into main Apr 30, 2024
1 check passed
@ricardopacheco ricardopacheco deleted the AF-45 branch April 30, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority status:in-review In Review status type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow test files when publishing the gem
1 participant