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:
Jarek Radosz 2021-10-29 20:15:10 +02:00 committed by GitHub
parent f6a3c22a89
commit d760c86031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
require 'rails_helper'
require 'pbkdf2'
describe Pbkdf2 do