Sha256: 0aca0533d68c14f3156f459d66e8b97dee652ba8719dd3f4895c8e9d07c69bf5

Contents?: true

Size: 411 Bytes

Versions: 48

Compression:

Stored size: 411 Bytes

Contents

require 'spec_helper'

describe Net::NTLM::Int32LE do

  int_values = {
      :default     => 252716124,
      :default_hex => "\x5C\x24\x10\x0f",
      :alt         => 235938908,
      :alt_hex     => "\x5C\x24\x10\x0e",
      :small       => "\x0F\x00",
      :size        => 4,
      :bits        => 32
  }


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

end

Version data entries

48 entries across 40 versions & 4 rubygems

Version Path
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.2/spec/lib/net/ntlm/int32_le_spec.rb
rubyntlm-0.6.2 spec/lib/net/ntlm/int32_le_spec.rb