Sha256: a9f7d6db3d0b32c960d90c21bf318cb006966ee261a3376d6426214ba4917ff9
Contents?: true
Size: 305 Bytes
Versions: 63
Compression:
Stored size: 305 Bytes
Contents
RSpec.describe RubySMB::Field::Smb2Fileid do subject(:fea) { described_class.new } it { is_expected.to respond_to :persistent } it { is_expected.to respond_to :volatile } it 'is little endian' do expect(described_class.fields.instance_variable_get(:@hints)[:endian]).to eq :little end end
Version data entries
63 entries across 63 versions & 1 rubygems
Version | Path |
---|---|
ruby_smb-0.0.21 | spec/lib/ruby_smb/field/smb2_fileid_spec.rb |
ruby_smb-0.0.20 | spec/lib/ruby_smb/field/smb2_fileid_spec.rb |
ruby_smb-0.0.19 | spec/lib/ruby_smb/field/smb2_fileid_spec.rb |