Skip to content

Commit 7343bb5

Browse files
ekohlehelms
authored andcommitted
Update to voxpupuli-test 5
1 parent 3a62166 commit 7343bb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'puppet-lint-param-docs', '>= 1.3.0', {"groups"=>["test"]}
1313
gem 'puppet-lint-spaceship_operator_without_tag-check', {"groups"=>["test"]}
1414
gem 'puppet-lint-strict_indent-check', {"groups"=>["test"]}
1515
gem 'puppet-lint-undef_in_function-check', {"groups"=>["test"]}
16-
gem 'voxpupuli-test', '~> 1.4', {"groups"=>["test"]}
16+
gem 'voxpupuli-test', '~> 5.0', {"groups"=>["test"]}
1717
gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]}
1818
gem 'puppet_metadata', '~> 1.3'
1919
gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
require 'voxpupuli/test/spec_helper'
55

6+
add_mocked_facts!
7+
68
add_custom_fact :sudoversion, "1.8.23" # saz-sudo
79

810
def get_content(subject, title)

0 commit comments

Comments
 (0)