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

Commit

Permalink
(maint) Make Rubocop happy
Browse files Browse the repository at this point in the history
Fix reason for CI failure:
RSpec/EmptyHook: Empty hook detected
  • Loading branch information
smortex committed May 1, 2020
1 parent cda57f5 commit c508b30
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 c508b30

Please sign in to comment.