aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time/time_spec.rb
blob: 1c870c8e0f583900511416e2d5db52891d1a54ac (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

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