Files
2026-07-15 17:29:31 -06:00

10 lines
117 B
Crystal

require "./spec_helper"
describe Rete do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end