test-db/spec/test-db_spec.cr

10 lines
121 B
Crystal
Raw Normal View History

2024-05-06 14:36:36 +02:00
require "./spec_helper"
describe Test::Db do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end