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