Sha256: 76c1365ff14037f8b5fd037d59e799eb22eb2ba416b5721c6b3c33b8efdc41e2
Contents?: true
Size: 269 Bytes
Versions: 52
Compression:
Stored size: 269 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe "Float#>=" do it "returns true if self is greater than or equal to other" do (5.2 >= 5.2).should == true (9.71 >= 1).should == true (5.55382 >= 0xfabdafbafcab).should == false end end
Version data entries
52 entries across 52 versions & 2 rubygems