Willi Wonkainitial commit
cec60f05/10/2026, 1:03:59 PM
.cr
Crystal
(text/x-crystal)
require "./spec_helper"

describe Gitfoss::Code::Indexer do
  # TODO: Write tests

  it "works" do
    false.should eq(true)
  end
end