spec/ripple/embedded_document/finders_spec.rb in ripple-0.8.3 vs spec/ripple/embedded_document/finders_spec.rb in ripple-0.9.0.beta

- old
+ new

@@ -31,7 +31,6 @@ end it "should use self if being called from a class including Ripple::EmbeddedDocument and _type is not present" do Address.instantiate({}).class.should == Address end - end