Skip to content

Commit

Permalink
migrate collectd_plugin_thermal tests to rspec-puppet-facts
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 27, 2017
1 parent f36dac8 commit 5862dc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/classes/collectd_plugin_thermal_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
on_supported_os.each do |os, facts|
context "on #{os} " do
let :facts do
facts.merge(
python_dir: '/usr/local/lib/python2.7/dist-packages'
)
facts
end

options = os_specific_options(facts)
Expand Down

0 comments on commit 5862dc0

Please sign in to comment.