This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
platform_version in Travis #44
Labels
Comments
nice find! |
Looks like |
Solved by sous-chefs/yum-erlang_solutions#11 |
Good catch! |
arm4b
changed the title
platform_version in Travis
Multi Platform Unit Testing in Travis
Dec 1, 2016
PR merged on the yum-erlang_solutions side |
Looks like it was already released Restarted the |
Yay! Thanks @shortdudey123, looks much cleaner now 👍 I renamed the Issue just not to open another one, related to multi-platform Unit Testing. But you can close this Issue as "resolved" & open another one with the correct description, if you want. |
arm4b
changed the title
Multi Platform Unit Testing in Travis
platform_version in Travis
Dec 6, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Travis we see confusing
platform_version
when running ChefSpec unit tests. It's not clear what that really means.After some research, here is what is
platform_version
and how it should be:Example found in
mysql
chef cookbook:So it might be good to follow that example by running unit tests with different platform settings and remove platform hardcoding from spec_helper.rb
The text was updated successfully, but these errors were encountered: