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 authored and zilchms committed Feb 8, 2024
1 parent 769c487 commit 270e0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/classes/minecraft_source_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
end

let :pre_condition do
'include ::minecraft'
'include minecraft'
end

context 'with defaults' do
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/minecraft_plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe 'minecraft::plugin', type: :define do
let :pre_condition do
'include ::minecraft'
'include minecraft'
end

on_supported_os.each do |os, facts|
Expand Down

0 comments on commit 270e0f5

Please sign in to comment.