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