faaso/spec/faaso_spec.cr

10 lines
118 B
Crystal
Raw Normal View History

2024-06-28 15:41:21 +00:00
require "./spec_helper"
describe Faaso do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end