Commit 9fea6a6

mokha <mo@mokhan.ca>
2019-04-20 16:41:49
stop using deprecated method
1 parent 8061968
Changed files (1)
spec
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
-    encryption_for xml: xml do |xml|
+    encrypt_data_for xml: xml do |xml|
       xml.EncryptMe do
         xml.Secret "secret"
       end