spec/amf/deserializer_spec.rb in rack-amf-0.0.3 vs spec/amf/deserializer_spec.rb in rack-amf-0.0.4
- old
+ new
@@ -203,11 +203,9 @@
input = object_fixture("amf3-hash.bin")
output = AMF.deserialize(input, 3)
output.should == {:foo => "bar", :answer => 42}
end
- it "should deserialize an open struct as a dynamic anonymous object"
-
it "should deserialize an empty array" do
input = object_fixture("amf3-emptyArray.bin")
output = AMF.deserialize(input, 3)
output.should == []
end
\ No newline at end of file