Skip to content

Commit

Permalink
Since minitest 5.19.0, require is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Jul 27, 2023
1 parent c907fed commit f15af97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec/spec_helper.rb:
Gemfile:
optional:
':system_tests':
- gem: minitest
- gem: 'voxpupuli-acceptance'
':release':
- gem: 'puppet-blacksmith'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
gem "serverspec", '~> 2.41', require: false
gem "minitest", require: false
gem "voxpupuli-acceptance", require: false
end
group :release do
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'spec_helper'
require 'minitest/autorun'
require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker

0 comments on commit f15af97

Please sign in to comment.