require 'test_helper' class PdfjsControllerTest < ActiveSupport::TestCase test 'truth' do assert_kind_of Class, Pdfjs::PdfjsController end end