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