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

[AFA-3] Create and configure suite of tests #4

Merged
merged 7 commits into from
Apr 3, 2024
Merged

Conversation

ricardopacheco
Copy link
Owner

Issue number: resolves #3

Summary 🔴

This PR creates and adds an automated test suite with RSpec.

Proposed / Possible solution 🔴

  • Suite created following official RSpec conventions and documentation;
  • Add editorconfig file;
  • Add CI for github;
  • Configure environment variables as rails custom configurations;

How to test 👮‍♂️

Considering that the setup is ok, just run the command below:

RAILS_ENV=test bundle exec rspec .

Risks / Impacts 🔴

  • None anticipated

Requirements for deployment 🔴

  • None anticipated

@ricardopacheco ricardopacheco added priority:high High priority status:in-review In Review status type:improvement A suggestion for general improvements labels Apr 3, 2024
@ricardopacheco ricardopacheco self-assigned this Apr 3, 2024
@ricardopacheco ricardopacheco added status:done Done status and removed status:in-review In Review status labels Apr 3, 2024
@ricardopacheco ricardopacheco merged commit d7ea1a0 into main Apr 3, 2024
2 checks passed
@ricardopacheco ricardopacheco deleted the AFA-3 branch April 3, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High priority status:done Done status type:improvement A suggestion for general improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create suite of tests
1 participant