We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437be8b commit 0ee87dfCopy full SHA for 0ee87df
2 files changed
.sync.yml
@@ -6,3 +6,7 @@ spec/spec_helper_acceptance.rb:
6
.github/workflows/ci.yml:
7
with:
8
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
9
+Gemfile:
10
+ optional:
11
+ ':test':
12
+ - gem: 'mocha'
Gemfile
@@ -4,6 +4,7 @@
4
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
5
group :test do
+ gem 'mocha', :require => false
gem 'voxpupuli-test', '~> 11.0', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false
end
0 commit comments