aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/float/float_spec.rb
blob: e26e082a55a233df90f207bd391be4a1eefd0a93 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)

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