test/test_serialize.rb in rest-graph-1.9.0 vs test/test_serialize.rb in rest-graph-1.9.1

- old
+ new

@@ -12,10 +12,10 @@ end should 'be serialized with lighten' do engines = if RUBY_VERSION >= '1.9.2' require 'psych' - YAML::ENGINE.yamler = 'syck' # TODO: probably a bug? + YAML::ENGINE.yamler = 'psych' [Marshal, YAML, Psych] elsif defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx' [Marshal] else [YAML]