Allow testing remove metadata from PDF

In order to test that we remove metadata from PDF we need add
"pdf-reader" gem.

With this gem we can check the info from the PDF and ensure that
this info is removed.
This commit is contained in:
taitus
2023-07-12 09:38:40 +02:00
parent 622f351dbf
commit 84b88c0ec3
4 changed files with 40 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ group :test do
gem "capybara", "~> 3.39.2"
gem "capybara-webmock", "~> 0.7.0"
gem "email_spec", "~> 2.2.2"
gem "pdf-reader"
gem "rspec-rails", "~> 5.1.2"
gem "selenium-webdriver", "~> 4.13.1"
gem "simplecov", "~> 0.22.0", require: false