Files
kotatsu/spec/kotatsu_spec.cr
2021-12-29 01:15:41 +01:00

10 lines
120 B
Crystal

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