dayoff/spec/dayoff_spec.cr
2019-11-03 11:33:16 +03:00

10 lines
119 B
Crystal

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