lsquic.cr/spec/lsquic_spec.cr

10 lines
119 B
Crystal
Raw Normal View History

2019-11-13 01:15:43 +00:00
require "./spec_helper"
describe Lsquic do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end