this appears to fix the issue of our test cases breaking. I had specified that if the rails env was a dev env, the key would be a certain value. Instead, it has been changed to any env other than prod
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require './config/initializers/key'
|
||||
|
||||
module Encryption
|
||||
|
||||
# Added a re-usable encryption routine, shouldn't be an issue!
|
||||
|
||||
Reference in New Issue
Block a user