Commit 4531798

mo <mo.khan@gmail.com>
2018-03-03 18:53:47
move spec files to expected path.
1 parent 5ac000b
spec/xml/crypto/oaep_cipher_spec.rb → spec/xml/kit/crypto/oaep_cipher_spec.rb
File renamed without changes
spec/xml/crypto/rsa_cipher_spec.rb → spec/xml/kit/crypto/rsa_cipher_spec.rb
File renamed without changes
spec/xml/crypto/symmetric_cipher_spec.rb → spec/xml/kit/crypto/symmetric_cipher_spec.rb
File renamed without changes
spec/xml/certificate_spec.rb → spec/xml/kit/certificate_spec.rb
File renamed without changes
spec/xml/decryption_spec.rb → spec/xml/kit/decryption_spec.rb
File renamed without changes
spec/xml/document_spec.rb → spec/xml/kit/document_spec.rb
File renamed without changes
spec/xml/encryption_spec.rb → spec/xml/kit/encryption_spec.rb
File renamed without changes
spec/xml/fingerprint_spec.rb → spec/xml/kit/fingerprint_spec.rb
File renamed without changes
spec/xml/kit_spec.rb → spec/xml/kit/kit_spec.rb
File renamed without changes
spec/xml/signatures_spec.rb → spec/xml/kit/signatures_spec.rb
File renamed without changes
spec/xml/templatable_spec.rb → spec/xml/kit/templatable_spec.rb
File renamed without changes
.rubocop_todo.yml
@@ -15,21 +15,6 @@ Metrics/AbcSize:
 Metrics/MethodLength:
   Max: 14
 
-# Offense count: 10
-# Configuration parameters: CustomTransform, IgnoreMethods.
-RSpec/FilePath:
-  Exclude:
-    - 'spec/xml/certificate_spec.rb'
-    - 'spec/xml/crypto/oaep_cipher_spec.rb'
-    - 'spec/xml/crypto/rsa_cipher_spec.rb'
-    - 'spec/xml/crypto/symmetric_cipher_spec.rb'
-    - 'spec/xml/decryption_spec.rb'
-    - 'spec/xml/document_spec.rb'
-    - 'spec/xml/encryption_spec.rb'
-    - 'spec/xml/fingerprint_spec.rb'
-    - 'spec/xml/signatures_spec.rb'
-    - 'spec/xml/templatable_spec.rb'
-
 # Offense count: 1
 Style/DoubleNegation:
   Exclude: