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

spek-41 init keyword is clunky #71

Closed
wants to merge 1 commit into from
Closed

spek-41 init keyword is clunky #71

wants to merge 1 commit into from

Conversation

paslavsky
Copy link
Contributor

I added constructor to the Spek class with optional parameter that allow to create tests with the following syntax:

class SomeTest: Spek({
    give("...") {
        ...
    }
})

This parameter is optional so the backward compatibility is stored

@hhariri
Copy link
Contributor

hhariri commented Mar 26, 2016

We've substantially modified the structure and fixed some of the things moving forward. The changes will be in the 1.0 branch which will be for the release.

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.

None yet

2 participants