Skip to content

Commit

Permalink
Merge pull request #95 from voxpupuli/remove-legacy-top-scope-syntax
Browse files Browse the repository at this point in the history
Remove legacy top-scope syntax
  • Loading branch information
zilchms authored Feb 9, 2024
2 parents 371f95c + f0c958c commit e0f391d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/defines/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe 'prosody::user' do
let(:pre_condition) do
'include ::prosody'
'include prosody'
end

on_supported_os.each do |os, os_facts|
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/virtualhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe 'prosody::virtualhost' do
let(:pre_condition) do
'include ::prosody'
'include prosody'
end

on_supported_os.each do |os, os_facts|
Expand Down

0 comments on commit e0f391d

Please sign in to comment.