Skip to content

Commit

Permalink
(spec/fiberspec.rb) add class test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed May 2, 2024
1 parent 9b90141 commit 9d00f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/spec/fiberspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

shared_examples 'fiberspec' do
it do
is_expected.to contain_class('profile::ts::dco')
is_expected.to contain_systemd__udev__rule('fiberspec.rules').with(
rules: [
'SUBSYSTEM=="usb", ATTR{idVendor}=="1992", ATTR{idProduct}=="0667", ACTION=="add", GROUP="saluser", MODE="0664"',
Expand Down

0 comments on commit 9d00f42

Please sign in to comment.