Skip to content

Commit

Permalink
Tests: remove useless facts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuller committed Feb 20, 2018
1 parent 86a4349 commit c3c6b44
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spec/defines/network_bond_slave_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@
}
end
let :facts do {
:os => {
:family => 'RedHat',
:name => 'RedHat',
:release => {
:major => '6',
}
},
:os => { :family => 'RedHat' },
:networking => {
:interfaces => {
:eth1 => {
Expand Down

0 comments on commit c3c6b44

Please sign in to comment.