Skip to content

Commit

Permalink
Remove legacy top-scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Nov 23, 2023
1 parent 242a478 commit 60d3195
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 60d3195

Please sign in to comment.