Skip to content

Update rspec syntax so skipable test does not execute.#131

Open
rapito wants to merge 1 commit intotimescale:masterfrom
rapito:fix/rspec-syntax-fix
Open

Update rspec syntax so skipable test does not execute.#131
rapito wants to merge 1 commit intotimescale:masterfrom
rapito:fix/rspec-syntax-fix

Conversation

@rapito
Copy link

@rapito rapito commented Feb 22, 2026

Disclaimer

I'm sorry for the spams of PRs, just trying to make the changes separate in case you don't need one of them.

These are hand-written PRs, no AI-spam involved lol.

Description

This is just something that was bothering me when running tests for the other PR.
Basically there was one test that was being skipped with a method that does not prevent before, after, around hooks to be executed and also causes visual noise on the logs.

Here's the output before the update:

image

Here's after:

image

The change is simply using the skip at the declaration level of the example/spec instead of inside it's implementation.

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