Sha256: 4f2dd2e0173ea1d08d1113130fd5eabddf5fdb0a4ac7e1ac65319079efa208ff
Contents?: true
Size: 374 Bytes
Versions: 52
Compression:
Stored size: 374 Bytes
Contents
require File.expand_path('../../../shared/complex/plus', __FILE__) ruby_version_is "1.9" do describe "Complex#+ with Complex" do it_behaves_like(:complex_plus_complex, :+) end describe "Complex#+ with Integer" do it_behaves_like(:complex_plus_integer, :+) end describe "Complex#+ with Object" do it_behaves_like(:complex_plus_object, :+) end end
Version data entries
52 entries across 52 versions & 2 rubygems