lib/knapsack_pro/crypto/decryptor.rb in knapsack_pro-0.31.0 vs lib/knapsack_pro/crypto/decryptor.rb in knapsack_pro-0.32.0
- old
+ new
@@ -1,8 +1,7 @@
module KnapsackPro
module Crypto
class Decryptor
- class MissingEncryptedTestFileError < StandardError; end
class TooManyEncryptedTestFilesError < StandardError; end
def self.call(test_files, encrypted_test_files)
if KnapsackPro::Config::Env.test_files_encrypted?
new(test_files, encrypted_test_files).call