Skip to content

Commit

Permalink
Create unique output files
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 23d6970 commit 68a3144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ def test_input
# Returns test output filename.
#
def test_output
'recording.mkv'
"recording-#{Time.now.to_i}.mkv"
end

#
# Returns test log filename.
#
def test_log_file
'screen-recorder.log'
"screen-recorder-#{Time.now.to_i}.log"
end

#
Expand Down

0 comments on commit 68a3144

Please sign in to comment.