require 'test_helper' class ArchivingTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Archiving end end