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