Commit 5561a13d authored by Stan Hu's avatar Stan Hu

Resove conflicts in spec/models/concerns/has_variable_spec.rb

parent c353fdc4
......@@ -45,11 +45,7 @@ describe HasVariable do
end
it 'fails to decrypt if iv is incorrect' do
<<<<<<< HEAD
# attr_encrypted expects the IV to be 16-bytes and base64-encoded
=======
# attr_encrypted expects the IV to be 16 bytes and base64-encoded
>>>>>>> upstream/master
subject.encrypted_value_iv = [SecureRandom.hex(8)].pack('m')
subject.instance_variable_set(:@value, nil)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment