Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
(FACT-2556) Fix rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanIrimie committed May 5, 2020
1 parent 7536fd9 commit 6ef873a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/facter/resolvers/utils/windows/network_utils_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
let(:address) { double(FFI::MemoryPointer) }
let(:error) { 0 }

before do
end

it 'returns an address' do
expect(NetworkUtils.address_to_string(addr)).to eql('10.123.0.2')
end
Expand Down

0 comments on commit 6ef873a

Please sign in to comment.