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