Skip to content

Commit

Permalink
(spec) add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed Apr 26, 2024
1 parent 2e1c06d commit c5165fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/classes/core/fiberspec_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'profile::core::fiberspec' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }

it { is_expected.to compile.with_all_deps }

include_examples 'fiberspec'
end
end
end

0 comments on commit c5165fd

Please sign in to comment.