DEV: Load rails_helper in pbkdf2_spec (#14775)
Fixes failing tests in CI, where this spec file was first in a batch.
This commit is contained in:
parent
f6a3c22a89
commit
d760c86031
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
require 'pbkdf2'
|
||||
|
||||
describe Pbkdf2 do
|
||||
|
|
Loading…
Reference in New Issue