require 'test_helper' class QuoVadisTest < ActiveSupport::TestCase test 'Sanity test' do assert_kind_of Module, QuoVadis end end