Skip to content

Commit

Permalink
ubuntu has this fact set, so should the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen committed Nov 29, 2013
1 parent eb26bf1 commit aed3ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/params_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
end

describe 'for operatingsystem ubuntu' do
before { facts[:operatingsystem] = 'Ubuntu' }
before { facts[:operatingsystem] = 'Ubuntu' ; facts[:lsbmajdistrelease] = 12 }

it { should include_class('ganglia::params') }
end
Expand Down

0 comments on commit aed3ee5

Please sign in to comment.