Skip to content

Commit

Permalink
Add test for poppler execution
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored and dzuelke committed Mar 3, 2023
1 parent f0a4d1d commit 0358a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/hatchet/buildpack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
expect(app.run("which pdftoppm").strip).to match("/app/.heroku/activestorage-preview/usr/bin/pdftoppm")

expect(app.run("ffprobe ./flashlight.mp4").strip).to include("Duration: 00:00:04.44")
expect(app.run("pdftoppm -v").strip).to include("pdftoppm version")
end
end
end
Expand Down

0 comments on commit 0358a53

Please sign in to comment.