Skip to content

Commit

Permalink
remove check for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPurvis committed Oct 18, 2024
1 parent e8ea15a commit 26adfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ffmpeg/transcoder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module FFMPEG

it "should transcode the movie with progress given an awesome movie" do
output_file = "#{tmp_path}/awesome_#{SecureRandom.urlsafe_base64}.flv"
FileUtils.rm_f output_file if File.exist?(output_file)
FileUtils.rm_f output_file

transcoder = Transcoder.new(movie, output_file)
progress_updates = []
Expand Down

0 comments on commit 26adfb0

Please sign in to comment.