summaryrefslogtreecommitdiffstats
path: root/spec/maths_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/maths_spec.rb')
-rw-r--r--spec/maths_spec.rb1
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