Provide primitive test coverage of the ticket pdf

This commit is contained in:
James Mason 2018-11-19 17:52:40 -08:00
parent da13f2f142
commit 4667f4bf43
No known key found for this signature in database
GPG key ID: 1B3951886C449023
3 changed files with 52 additions and 0 deletions

View file

@ -276,6 +276,8 @@ group :test do
gem 'rails-controller-testing'
# For managing the environment
gem 'climate_control'
# For PDFs
gem 'pdf-inspector', require: "pdf/inspector"
end
group :development, :test do