-
Notifications
You must be signed in to change notification settings - Fork 197
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
Minitest to serverspec #106
Conversation
…ser. - Makes it easier to tell if resources update on 2nd and 3rd runs - Integration tests not run in context of initial converge - Utilize test-kitchen bussers Current status: - `kitchen test -c` completes across Digital Ocean and AWS in - Platforms that do not pass are commented out of the .kitchen.cloud.yml - centos-7 - Sticks on plain-defaults, looping forever waiting for /etc/service/plain-defaults/supervise - debian-7 - Explodes attempting to start the first service - fedora-21 - Converges, but serverspec service resource gets confused, because systemd.
Please see my comment on #95. At this time this needs a Gemfile update as well, to support non-DK users. However, a much, much better solution would be patching kitchen so that it looks for all dep-solvers. That way you can include a berksfile, and it will just work if you have DK, or you can use bundler for something else, and it will also just work. I've discussed this with @fnichol multiple times. Perhaps some additional internal encouragement will help :) |
|
I just realized that's a different issue and that Berks is in the Gemfile... |
Realizing now that an older Berks version is pinned in the Gemfile, it seems reasonable to update that to |
No description provided.