Sha256: 5c67e3f3a45ce854f7cac6a1a00ea19e0dd408d37a2a6200671efae4843b7b4b
Contents?: true
Size: 339 Bytes
Versions: 52
Compression:
Stored size: 339 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) ruby_version_is ""..."1.9.1" do describe "Precision#prec_i" do it "returns the same Integer when called on an Integer" do 1.prec_i.should == 1 end it "converts Float to an Integer when called on an Integer" do 1.9.prec_i.should == 1 end end end
Version data entries
52 entries across 52 versions & 2 rubygems