Commit 9804264
Changed files (1)
spec
fixtures
spec/fixtures/item.builder
@@ -2,7 +2,7 @@ xml.instruct!
xml.Item ID: id, xmlns: 'https://www.example.org/item#' do
signature_for reference_id: id, xml: xml
xml.Encrypted xmlns: 'https://www.example.org/item#' do
- encrypt_data_for xml: xml do |xml|
+ encryption_for xml: xml do |xml|
xml.EncryptMe do
xml.Secret "secret"
end