shard-spectator/spec/spectator_spec.cr
Michael Miller 10a0ccc8bd
Fresh start
2024-06-06 16:25:39 -06:00

9 lines
122 B
Crystal

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