Skip to content

Commit

Permalink
(spec) add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed May 2, 2024
1 parent 9d00f42 commit 6256068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/core/fiberspec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }

Check failure on line 9 in spec/classes/core/fiberspec_spec.rb

View workflow job for this annotation

GitHub Actions / rake_checks

Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
it { is_expected.to compile.with_all_deps }

it { is_expected.to contain_class('profile::ts::dco') }

Check failure on line 11 in spec/classes/core/fiberspec_spec.rb

View workflow job for this annotation

GitHub Actions / rake_checks

RSpec/EmptyLineAfterExample: Add an empty line after `it`. (https://rspec.rubystyle.guide/#empty-lines-around-examples, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExample)
include_examples 'fiberspec'
end
end
Expand Down

0 comments on commit 6256068

Please sign in to comment.