summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/numeric_spec.rb
blob: 9429ab55a035b64d5939f101db62350d5c3c940e (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

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