it { should == -> it { is_expected.to eq

MSP-13484
bug/bundler_fix
Luke Imhoff 2015-10-21 08:56:10 -05:00 committed by Brent Cook
parent a8f766ffbd
commit 910b630d96
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ RSpec.describe Rex::Socket do
context 'with lots of single 0s' do
let(:try) { "fe80:0:0:0:0:0:0:1" }
it { should == "fe80::1" }
it { is_expected.to eq "fe80::1" }
end
end