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

Fix rspec failures and warnings #29

Merged
merged 1 commit into from Aug 11, 2015
Merged

Fix rspec failures and warnings #29

merged 1 commit into from Aug 11, 2015

Conversation

jtimberman
Copy link
Contributor

Add provides in providers to get rid of noisy warnings

Test that we're getting the right provider (yum or apt) for the
different platforms by using ChefSpec's runner lookup method
#find_resource. We want to ensure that the returned resource is not
nil, uses the correct resource class, and finally that it's a package
resource with an install action.

Add provides in providers to get rid of noisy warnings

Test that we're getting the right provider (yum or apt) for the
different platforms by using ChefSpec's runner lookup method
`#find_resource`. We want to ensure that the returned resource is not
nil, uses the correct resource class, and finally that it's a package
resource with an install action.
@sersut
Copy link
Contributor

sersut commented Aug 11, 2015

👍

jtimberman added a commit that referenced this pull request Aug 11, 2015
Fix rspec failures and warnings
@jtimberman jtimberman merged commit 2275934 into master Aug 11, 2015
@jtimberman jtimberman deleted the fix-rspec branch August 11, 2015 20:20
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.

None yet

2 participants