summaryrefslogtreecommitdiff
path: root/spec/ruby/core/numeric/numeric_spec.rb
blob: 2bcf2a1175f0c3aeb2f0e0f447e1e11633dd176a (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'

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