Skip to content

Commit

Permalink
Merge pull request puppetlabs#4757 from whopper/maint/spec/systemd_fe…
Browse files Browse the repository at this point in the history
…dora

(maint) Update test to ensure systemd is the default in F22 and F23
  • Loading branch information
joshcooper committed Mar 17, 2016
2 parents 6f5933e + d3d7b17 commit bb723ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/provider/service/systemd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
end
end

[ 17, 18, 19, 20, 21 ].each do |ver|
[ 17, 18, 19, 20, 21, 22, 23 ].each do |ver|
it "should be the default provider on fedora#{ver}" do
Facter.stubs(:value).with(:osfamily).returns(:redhat)
Facter.stubs(:value).with(:operatingsystem).returns(:fedora)
Expand Down

0 comments on commit bb723ec

Please sign in to comment.