Skip to content

Commit

Permalink
fix spec tests (adding additional missing operatingsystem fact)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pertl committed Sep 14, 2017
1 parent 8682549 commit d0048a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/ca_cert_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
let :facts do
{
:osfamily => 'Debian',
:operatingsystem => 'Ubuntu',
}
end

Expand Down
1 change: 1 addition & 0 deletions spec/classes/update_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
let :facts do
{
:osfamily => 'Debian',
:operatingsystem => 'Ubuntu'
}
end

Expand Down

0 comments on commit d0048a8

Please sign in to comment.