Skip to content

Commit 69bf44b

Browse files
committed
Remove Litmus from Gemfile
We do not use Litmus for tests and its dependencies are causing issues in our CI pipeline. This commit removes Litmus from the Gemfile.
1 parent 514187b commit 69bf44b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ group :development, :release_prep do
4848
gem "puppetlabs_spec_helper", '~> 7.0', require: false
4949
end
5050
group :system_tests do
51-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
5251
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
5352
gem "serverspec", '~> 2.41', require: false
5453
gem "voxpupuli-acceptance", require: false

0 commit comments

Comments
 (0)