diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-31 16:07:58 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-31 16:07:58 +0200 |
commit | fc1567d99977e5f3a025cb6c12c229c0e3c64eb1 (patch) | |
tree | 879670d46b8b9da7c4b59c1210033b276c13ef9b /spec | |
parent | 15e5e9c2be935215de143cb39beae9237fa0044e (diff) | |
download | ayk-fc1567d99977e5f3a025cb6c12c229c0e3c64eb1.zip ayk-fc1567d99977e5f3a025cb6c12c229c0e3c64eb1.tar.gz |
Diffstat (limited to 'spec')
-rw-r--r-- | spec/maths_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/maths_spec.rb b/spec/maths_spec.rb index aaa76e6..ec1ba6e 100644 --- a/spec/maths_spec.rb +++ b/spec/maths_spec.rb @@ -62,7 +62,6 @@ describe "Maths" do .should eql Bignum.from_bytes(0x217962755220666f207463657073612074656577732061207369206d756e676942.to_bytes) end it '#bits' do - (1073741824..1073742000).each do |n| n.should be_a Bignum end (1073741824..1073742000).each do |n| n.bits.should eql 32 end (4294967000..4294967295).each do |n| n.bits.should eql 32 end (4294967296..4294967500).each do |n| n.bits.should eql 40 end |