Sha256: 5dcf19711fe8b1e91fcdef04241f514e075fa079352d09c7ab8b0a5caf9dc0ea

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

require File.expand_path('../fixtures/common', __FILE__)

ruby_version_is "" ... "2.0" do
  describe "YAML.tagged_classes" do
    it "returns a complete dictionary of taguris paired with classes" do
      YAML.tagged_classes["tag:yaml.org,2002:int"].should == Integer
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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