spec/features/objects/show.html.erb_spec.rb in fcrepo_admin-0.2.0 vs spec/features/objects/show.html.erb_spec.rb in fcrepo_admin-0.2.3

- old
+ new

@@ -20,9 +20,10 @@ end it "should link to its audit trail" do visit fcrepo_admin.object_path(object) page.should have_link(I18n.t("fcrepo_admin.audit_trail.title"), :href => fcrepo_admin.object_audit_trail_index_path(object)) end + it "should display the object's permissions" context "object governed by an admin policy" do it "should link to the APO" end end end