mirror of
https://gitea.invidious.io/iv-org/lsquic.cr
synced 2024-08-15 00:43:31 +00:00
9 lines
119 B
Crystal
9 lines
119 B
Crystal
require "./spec_helper"
|
|
|
|
describe Lsquic do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|