kathmandu_time/spec/kathmandu_time_spec.cr

10 lines
126 B
Crystal
Raw Normal View History

2022-08-16 19:33:02 +00:00
require "./spec_helper"
describe KathmanduTime do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end