cre2/spec/cre2_spec.cr
2024-08-08 12:35:18 -03:00

10 lines
117 B
Crystal

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