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

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