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 501a0fc commit cff802aCopy full SHA for cff802a
.sync.yml
@@ -3,3 +3,7 @@ spec/spec_helper.rb:
3
mock_with: ':mocha'
4
spec/spec_helper_acceptance.rb:
5
unmanaged: false
6
+Gemfile:
7
+ optional:
8
+ ':test':
9
+ - gem: 'mocha'
Gemfile
@@ -4,6 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
group :test do
+ gem 'mocha', :require => false
gem 'voxpupuli-test', '~> 11.0', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false
10
end
0 commit comments