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

Added a smoke test + updated CircleCI + updated Rubocop #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarcPerezPro
Copy link

@MarcPerezPro MarcPerezPro commented Jun 25, 2021

⚠️ This feature depends on #7 ⚠️

My CI/CD pipeline was sending me emails about test failures, so I updated them. To run the test, use bundle exec rake or circleci local execute --job test.

The Gemfile.lock is committed to create a reproducible test environment. The .rubocop.yaml config was super outdated, so I did a quick namespace update.
And I added a smoke test with a stub client. The code for passing the AWS SNS client is in this PR.

My CI/CD pipeline was sending me emails about test failures, so I updated them. To run the test, use `bundle exec rake` or `circleci local execute --job test`.
The Gemfile.lock is committed to create a reproducible test environment. The .rubocop.yaml config was super outdated, so I did a quick namespace update.
And I added a smoke test with a stub client. The code for passing the AWS SNS client is in another PR.
@MarcPerezPro MarcPerezPro force-pushed the feature/unit_testing_overhaul branch from f9be7ef to 7d063d1 Compare March 7, 2022 09:20
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.

1 participant