Skip to content

Commit

Permalink
Add a message for why CRC5 specs are pending.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 10, 2011
1 parent 970671c commit e8faaa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/crc5_spec.rb
Expand Up @@ -3,12 +3,13 @@
require 'digest/crc5'

describe Digest::CRC5 do
before { pending }
before(:all) do
@crc_class = Digest::CRC5
@string = '1234567890'
@expected = '1'
end

it_should_behave_like "CRC"
pending "Implementation of CRC5 does not match pycrc.py" do
it_should_behave_like "CRC"
end
end

0 comments on commit e8faaa0

Please sign in to comment.