spec/louis_spec.rb in louis-1.2.0 vs spec/louis_spec.rb in louis-2.0.0

- old
+ new

@@ -35,10 +35,10 @@ it 'should return a hash' do expect(Louis.lookup(base_mac)).to be_a(Hash) end it 'should have both the long vendor and short vendor' do - expect(Louis.lookup(base_mac).keys).to eq(['short_vendor', 'long_vendor']) + expect(Louis.lookup(base_mac).keys).to eq(['long_vendor', 'short_vendor']) end it 'should be able to identify the short vendor of a full MAC' do expect(Louis.lookup(base_mac)['short_vendor']).to eq('CamilleB') end