Make fixtures/commit.rb deterministic
This commit is contained in:
parent
a54955c52b
commit
01dc16d5b5
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ describe Projects::CommitController, '(JavaScript fixtures)', type: :controller
|
|||
before do
|
||||
project.add_maintainer(user)
|
||||
sign_in(user)
|
||||
allow(SecureRandom).to receive(:hex).and_return('securerandomhex:thereisnospoon')
|
||||
end
|
||||
|
||||
it 'commit/show.html.raw' do |example|
|
||||
|
|
Loading…
Reference in a new issue