Provide primitive test coverage of the ticket pdf

This commit is contained in:
James Mason 2018-11-19 17:52:40 -08:00
parent 4d4ef597dc
commit b4c7c8d5a4
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