mod/follow/spec/set/right/following_spec.rb in card-1.96.0 vs mod/follow/spec/set/right/following_spec.rb in card-1.96.1
- old
+ new
@@ -6,6 +6,12 @@
Card.fetch "Joe Admin", :following
end
check_views_for_errors :core, :status, :rule_editor
end
+
+ specify "view core" do
+ expect_view(:core).to have_tag("div.card-slot") do
+ with_tag "div.menu-slot.nodblclick"
+ end
+ end
end