faaso/spec/faaso_spec.cr
2024-06-28 12:41:21 -03:00

10 lines
118 B
Crystal

require "./spec_helper"
describe Faaso do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end