Make fixtures/blob.rb deterministic

This commit is contained in:
Winnie Hellmann 2019-02-21 17:53:36 +01:00
parent ee74f7b8e5
commit a54955c52b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ describe Projects::BlobController, '(JavaScript fixtures)', type: :controller do
before do
sign_in(admin)
allow(SecureRandom).to receive(:hex).and_return('securerandomhex:thereisnospoon')
end
after do