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

config_store: Add after_each{} #161

Merged
merged 1 commit into from
Mar 8, 2016
Merged

config_store: Add after_each{} #161

merged 1 commit into from
Mar 8, 2016

Conversation

JohanLorenzo
Copy link
Contributor

I saw this comment. I thought I could help out here.

r? @cr

@cr
Copy link
Contributor

cr commented Mar 8, 2016

Did you check that after_each is actually called? Here it kept littering temp config files. If so: what was my mistake?

@JohanLorenzo
Copy link
Contributor Author

That's a bug on stainless' side 😃 When there's no statement with a semi-colon on the it context, stainless actually puts after_each right before it.

One way to workaround it is to add semi-colons at the end of the brackets, like here for instance.

cr added a commit that referenced this pull request Mar 8, 2016
config_store: Add after_each{} for tests
@cr cr merged commit 063d2dc into fxbox:master Mar 8, 2016
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