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

Make test definitions consistent #1999

Merged
merged 1 commit into from
Oct 12, 2015
Merged

Conversation

floehopper
Copy link
Contributor

We're using test 'name' do ... end in all other tests, so let's make these ones consistent.

/cc @tijmen

Expected user-visible changes

  • None

@chrisroos
Copy link
Contributor

It looks like the majority of our tests use should 'name' do ... end. Did you consider converting to that style instead? Irrespective, I think this is still an improvement as it doesn't introduce yet another style of test method.

@chrisroos chrisroos self-assigned this Oct 12, 2015
@floehopper
Copy link
Contributor Author

Oops. I forgot to search for that style! I'll merge this anyway and we can address the wider problem separately. Thanks.

We're using `test 'name' do ... end` in all other tests, so let's make these
ones consistent.

/cc @tijmen
@floehopper floehopper force-pushed the make-test-definitions-consistent branch from db7e8a5 to 820f77f Compare October 12, 2015 15:10
@floehopper
Copy link
Contributor Author

I've rebased this against master and force-pushed in preparation for merging.

floehopper added a commit that referenced this pull request Oct 12, 2015
@floehopper floehopper merged commit bfda7b1 into master Oct 12, 2015
@floehopper floehopper deleted the make-test-definitions-consistent branch October 12, 2015 15:14
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