-
Notifications
You must be signed in to change notification settings - Fork 71
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
Missing spec_helper_acceptance.rb ? #177
Comments
@madAndroid you're correct. In the .sync.yml is there an entry for that file? That's why it's failing I'd imagine. We really should ship that file though, @bastelfreak. |
I don't know when that got removed from modulesync. I barely work with acceptance tests, but I think the file looks very different on multiple modules. As a short term solution just delete the line from the .sync.yml |
Yes indeed, I've added I've worked quite a bit with Beaker over the past year or so, perhaps we should look at including the |
I can send a preliminary PR for this. |
in puppet-selinux i've added some shared_examples to the spec_acceptance_helper and added handling of selinux enabling: https://github.com/voxpupuli/puppet-selinux/blob/master/spec/spec_helper_acceptance.rb where should module specific |
There now is one, but it's unmanaged by default. Given that, I'm closing this now. |
On a fresh clone of this repo, following the instructions in the
README.md
, and attempting a sync, a get the following error:It does appear that
spec_helper_acceptance.rb
is indeed missing; even when I pull that in from the puppet module skeleton, the run appears to still fail - is there something else that I'm missing?The text was updated successfully, but these errors were encountered: