crystal-gauntlet/spec/crystal-gauntlet_spec.cr

10 lines
130 B
Crystal
Raw Normal View History

2022-12-30 17:04:27 +01:00
require "./spec_helper"
describe Crystal::Gauntlet do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end