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

Version Path
rubysl-yaml-2.1.0 spec/parse_file_spec.rb
rubysl-yaml-1.1.0 spec/parse_file_spec.rb
rubysl-yaml-2.0.4 spec/parse_file_spec.rb
rubysl-yaml-2.0.3 spec/parse_file_spec.rb
rubysl-yaml-2.0.2 spec/parse_file_spec.rb
rubysl-yaml-1.0.1 spec/parse_file_spec.rb
rubysl-yaml-2.0.0 spec/parse_file_spec.rb