kathmandu_time/spec/kathmandu_time_spec.cr
2022-08-16 21:33:02 +02:00

10 lines
126 B
Crystal

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