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

Support pending with Aff body #28

Closed
owickstrom opened this issue Oct 24, 2016 · 0 comments
Closed

Support pending with Aff body #28

owickstrom opened this issue Oct 24, 2016 · 0 comments

Comments

@owickstrom
Copy link
Collaborator

owickstrom commented Oct 24, 2016

It would be nice to be able to write a test body with assertions for pending tests, that isn't run, but is only there for documenting the future test. Perhaps a pending' DSL function that just ignores the Aff:

describe "my library" do
  pending' "should do math" $
    1 + 1 `shouldEqual` 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant