Sha256: 12ce114cc5aeeeaa07094562c762c500c7a4fda6b34d370ac648359dcf8bae3f
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
require File.expand_path('../fixtures/common', __FILE__) describe "YAML#parse_file" do quarantine! do it "returns a YAML::Syck::Map object after parsing a YAML file" do YAML.parse_file($test_parse_file).should be_kind_of(YAML::Syck::Map) end end end
Version data entries
7 entries across 7 versions & 1 rubygems