mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
10 lines
122 B
Crystal
10 lines
122 B
Crystal
|
require "./spec_helper"
|
||
|
|
||
|
describe Instances do
|
||
|
# TODO: Write tests
|
||
|
|
||
|
it "works" do
|
||
|
false.should eq(true)
|
||
|
end
|
||
|
end
|