mod/follow/spec/set/right/account_spec.rb in card-1.96.7 vs mod/follow/spec/set/right/account_spec.rb in card-1.96.8
- old
+ new
@@ -30,11 +30,11 @@
u2 = Card.fetch "u2+*following", new: { type: "Pointer" }
u2.add_item "A"
a = Card.fetch "A"
- a.update_attributes(content: "new content",
- subcards: { "+B" => { content: "hidden content" } })
+ a.update content: "new content",
+ subcards: { "+B" => { content: "hidden content" } }
end
it "sends no email if changes not visible" do
skip
end