Skip to content

Remove require 'rspec/autorun' from the generated spec_helper.rb in 2.99 and 3.0.0 #855

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

Merged
merged 1 commit into from
Dec 5, 2013

Conversation

alindeman
Copy link
Contributor

No description provided.

alindeman added a commit that referenced this pull request Nov 22, 2013
@alindeman
Copy link
Contributor Author

@myronmarston, does this look OK? There's no reason to keep require 'rspec/autorun' around anymore, right?

alindeman added a commit that referenced this pull request Nov 22, 2013
@JonRowe
Copy link
Member

JonRowe commented Nov 22, 2013

LGTM, I think we decided that anyone wanting that functionality can do so themselves...

@alindeman
Copy link
Contributor Author

Cool, I need to add a Changelog entry. I'll merge soon unless there are objections.

@myronmarston
Copy link
Member

Yep, rspec/autorun should only be required when running specs via ruby rather than via rspec. It's not a normal case.

FWIW, there's a lot more I want to do with the generated spec_helper.rb file, but for now this is good.

@soulcutter
Copy link
Member

This seems a positive change. 👍 to merge if you're ready, @alindeman

JonRowe added a commit that referenced this pull request Dec 5, 2013
Remove `require 'rspec/autorun'` from the generated spec_helper.rb in 2.99 and 3.0.0
@JonRowe JonRowe merged commit e6dac03 into master Dec 5, 2013
@JonRowe JonRowe deleted the remove_autorun branch December 5, 2013 21:50
JonRowe added a commit that referenced this pull request Dec 8, 2013
Remove `require 'rspec/autorun'` from the generated spec_helper.rb in 2.99 and 3.0.0
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.

4 participants