Sha256: 40f6e61e482f25c7365e5c4450a3686604d3c89d7571ca0f9e09c18969109830
Contents?: true
Size: 518 Bytes
Versions: 52
Compression:
Stored size: 518 Bytes
Contents
ruby_version_is "1.9" do require File.expand_path('../../../shared/rational/equal_value', __FILE__) describe "Rational#==" do it_behaves_like(:rational_equal_value, :==) end describe "Rational#== when passed a Rational" do it_behaves_like(:rational_equal_value_rat, :==) end describe "Rational#== when passed a Float" do it_behaves_like(:rational_equal_value_float, :==) end describe "Rational#== when passed an Integer" do it_behaves_like(:rational_equal_value_int, :==) end end
Version data entries
52 entries across 52 versions & 2 rubygems