require 'test_helper' puts "loaded!" class IndexerTest < ActiveSupport::TestCase # Replace this with your real tests. def setup puts "clarck!!!" @model_originated_indexes = check_for_indexes end test "the truth" do puts @model_originated_indexes assert true end end