cre2/spec/cre2_spec.cr

10 lines
117 B
Crystal
Raw Permalink Normal View History

2024-08-08 15:35:18 +00:00
require "./spec_helper"
describe Cre2 do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end