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

test: resolving failing test invocation #445

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

jonrandahl
Copy link
Contributor

After adjusting the make test target to use rails instead of rake as it did initially, when running the target the console would error with:

`require': cannot load such file -- simplecov (LoadError)

Adding , require: false to the 'simplecov', '0.22.0' call allows the tests to run and complete:

Finished in 0.911783s, 174.3836 runs/s, 433.2171 assertions/s.

159 runs, 395 assertions, 0 failures, 0 errors, 0 skips

After adjusting the `make test` target to use `rails` instead of `rake` as it did initially, when running the target the console would error with:

> `require': cannot load such file -- simplecov (LoadError)

Adding `, require: false` to the  'simplecov', '0.22.0' call allows the tests to run and complete:

```sh
Finished in 0.911783s, 174.3836 runs/s, 433.2171 assertions/s.

159 runs, 395 assertions, 0 failures, 0 errors, 0 skips
```
@jonrandahl jonrandahl marked this pull request as ready for review September 5, 2024 12:10
@jonrandahl jonrandahl self-assigned this Sep 5, 2024
Copy link
Contributor

@DanielCouzens DanielCouzens left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jonrandahl jonrandahl merged commit ccf5217 into dev Sep 5, 2024
2 checks passed
@jonrandahl jonrandahl deleted the spike/resolve-borked-test-invocation branch September 5, 2024 12:50
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