Skip to content

Commit

Permalink
Merge pull request #56 from bastelfreak/ci
Browse files Browse the repository at this point in the history
Enable acceptance tests
  • Loading branch information
bastelfreak authored May 26, 2024
2 parents 4056108 + ed2be91 commit 67bc181
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ concurrency:
jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
15 changes: 15 additions & 0 deletions spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# frozen_string_literal: true

require 'spec_helper_acceptance'

describe 'example' do
describe 'with defaults' do
it_behaves_like 'an idempotent resource' do
let(:manifest) do
<<-PUPPET
include example
PUPPET
end
end
end
end

0 comments on commit 67bc181

Please sign in to comment.