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

Fail on broken spec_helper_local #152

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented Oct 23, 2018

Since we already check whether the file is there, a LoadError will only occur when there is a error in the spec_helper_local. A warning is not appropriate in this case, as it will usually only mean that there is another (now obscured) error later in the test run.

Since we already check whether the file is there, a `LoadError` will only occur when there is a error in the `spec_helper_local`. A warning is not appropriate in this case, as it will usually only mean that there is another (now obscured) error later in the test run.
@DavidS DavidS requested a review from bmjen October 23, 2018 16:51
@bmjen bmjen merged commit 058c72a into master Oct 23, 2018
@bmjen bmjen deleted the fail-hard-spec_helper_local branch October 23, 2018 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants