Skip to content

Commit

Permalink
Update spec/defines/modules_load_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Meusel <tim@bastelfreak.de>
  • Loading branch information
traylenator and bastelfreak authored Jan 25, 2022
1 parent dca2dad commit fb4a2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/modules_load_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

describe 'systemd::modules_load' do
context 'supported operating systems' do
on_supported_os.each do |os, facts|
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { facts }
let(:facts) { os_facts }
let(:title) { 'random_module.conf' }
let(:params) { { content: 'random stuff' } }

Expand Down

0 comments on commit fb4a2ad

Please sign in to comment.