Skip to content

Commit d070ee7

Browse files
committed
More rubocop
1 parent ed88c5f commit d070ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/unit/puppet-lint/plugins/legacy_facts/legacy_facts_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,12 @@
123123
end
124124

125125
context 'top scoped fact variable using unquoted legacy facts hash variable in interpolation' do
126-
let(:code) { "$::facts[osfamily]" }
126+
let(:code) { '$::facts[osfamily]' }
127127

128128
it 'detects a single problem' do
129129
expect(problems).to have(1).problem
130130
end
131131
end
132-
133132
end
134133

135134
context 'with fix enabled' do

0 commit comments

Comments
 (0)