summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/bignum/bignum_spec.rb
blob: b723718f69a303fa19a79fd5f0950b2fcce8adc1 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

describe "Bignum" do
  it "includes Comparable" do
    Bignum.include?(Comparable).should == true
  end
end