spec/features/datastreams/edit.html.erb_spec.rb in fcrepo_admin-0.3.1 vs spec/features/datastreams/edit.html.erb_spec.rb in fcrepo_admin-0.3.2
- old
+ new
@@ -16,12 +16,9 @@
after do
user.delete
object.delete
Warden.test_reset!
end
- it "should provide an upload form to replace content" do
-
- end
it "should provide a text field to edit/replace text content" do
fill_in "content", :with => <<EOS
<dc xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<dcterms:title>Altered Test Component</dcterms:title>
</dc>