mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
fix rubocop issues for bond unit test
This commit is contained in:
parent
92ff33cbba
commit
57ab2a816b
1 changed files with 1 additions and 3 deletions
|
@ -20,14 +20,12 @@ describe 'Vulcano::Resources::Bond' do
|
|||
end
|
||||
|
||||
it 'get all interfaces' do
|
||||
_(resource.interfaces).must_equal ['eth0','eth2']
|
||||
_(resource.interfaces).must_equal %w{eth0 eth2}
|
||||
end
|
||||
|
||||
it 'get proc content' do
|
||||
_(resource.content).wont_equal nil
|
||||
_(resource.content).wont_equal ''
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue