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
eladmeidar
eladmeidar
