Make fixtures/blob.rb deterministic
This commit is contained in:
parent
ee74f7b8e5
commit
a54955c52b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue