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

Don't require spec_helper where you don't need to. #135

Merged
merged 1 commit into from
Mar 24, 2015

Conversation

dleve123
Copy link
Contributor

I was updating my copy of the I81n spec and realized
that require-ing spec_helper wasn't needed to run the spec in isolation.
While loading the spec_helper doesn't add much overhead to this project,
requiring spec_helper adds a ton of load time for many bloated projects.

Hope this helps!

I was updating my copy of the i18n spec and realized
that requiring spec_helper wasn't needed to run the spec in isolation.
While loading the spec_helper isn't a huge deal for this project,
requiring spec_helper adds a ton of load time for many bloated projects.
@dleve123
Copy link
Contributor Author

cc/ @glebm

Let me know if there is anything outstanding items/fixups needed for this PR. Excited to help out a project that has been so useful!

@glebm
Copy link
Owner

glebm commented Mar 24, 2015

Good catch, thank you!

glebm added a commit that referenced this pull request Mar 24, 2015
Don't require spec_helper where you don't need to.
@glebm glebm merged commit dd45c0e into glebm:master Mar 24, 2015
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