Sha256: 6d3c8371e9a914f4d06acd75048cf459df86fa4788c5d826f33bf62c55b6217d

Contents?: true

Size: 355 Bytes

Versions: 48

Compression:

Stored size: 355 Bytes

Contents

require 'spec_helper'

describe Net::NTLM::Int16LE do

  int_values = {
    :default     => 15,
    :default_hex => "\x0F\x00",
    :alt         => 14,
    :alt_hex     => "\x0E\x00",
    :small       => "\x0F",
    :size        => 2,
    :bits        => 16
  }

  it_behaves_like 'a field', 15, false
  it_behaves_like 'an integer field', int_values

end

Version data entries

48 entries across 40 versions & 4 rubygems

Version Path
rubyntlm-0.6.5 spec/lib/net/ntlm/int16_le_spec.rb
rubyntlm-0.6.4 spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/rubyntlm-0.6.3/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/rubyntlm-0.6.3/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/3.0.0/gems/rubyntlm-0.6.3/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
rubyntlm-0.6.3 spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.7.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.6.2 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int16_le_spec.rb