Sha256: 92d440424c31244a246cf5828b5f530b303e3c5f4a063486854094dc16e803a9

Contents?: true

Size: 205 Bytes

Versions: 9

Compression:

Stored size: 205 Bytes

Contents

require 'spec_helper'
require 'crc_examples'
require 'digest/crc32_posix'

describe Digest::CRC32POSIX do
  let(:string) { '1234567890' }
  let(:expected) { 'c181fd8e' }

  it_should_behave_like "CRC"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
digest-crc-0.6.5 spec/crc32_posix_spec.rb
digest-crc-0.6.4 spec/crc32_posix_spec.rb
digest-crc-0.6.3 spec/crc32_posix_spec.rb
digest-crc-0.6.2 spec/crc32_posix_spec.rb
digest-crc-0.6.1 spec/crc32_posix_spec.rb
digest-crc-0.6.0 spec/crc32_posix_spec.rb
digest-crc-0.6.0.rc1 spec/crc32_posix_spec.rb
digest-crc-0.5.1 spec/crc32_posix_spec.rb
digest-crc-0.5.0 spec/crc32_posix_spec.rb