spec/features/datastreams/edit.html.erb_spec.rb in fcrepo_admin-0.4.1 vs spec/features/datastreams/edit.html.erb_spec.rb in fcrepo_admin-0.5.0

- old
+ new

@@ -22,10 +22,10 @@ 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> EOS - click_button I18n.t("fcrepo_admin.datastream.edit.submit") + click_button I18n.t("fcrepo_admin.datastream.edit.form.submit") object.reload object.title.should == "Altered Test Component" end end