indexer_test.rb

Language: Ruby

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
Reveal More
Added about 2 years ago by 22543_257969437362_629277362_4448314_4184252_n_normal eladmeidar