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

Add evaluate method to spec runner #2351

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

herwinw
Copy link
Member

@herwinw herwinw commented Nov 22, 2024

This is a combination of a dynamic eval and some tests wrapped in an it block. Since we do not support dynamic evals, we have to skip those.
Adding this method removes the need to comment big chunks of the method spec, and this makes them show up as skipped tests.

@herwinw herwinw changed the title Add evaluate method to spec running Add evaluate method to spec runner Nov 22, 2024
This is a combination of a dynamic eval and some tests wrapped in an `it` block.
Since we do not support dynamic evals, we have to skip those.
Adding this method removes the need to comment big chunks of the method spec,
and this makes them show up as skipped tests.
@herwinw herwinw merged commit 3f01cb5 into natalie-lang:master Nov 22, 2024
12 of 15 checks passed
@herwinw herwinw deleted the specs_runner_evaluate branch November 22, 2024 12:57
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