shard-spectator/spec/spectator_spec.cr

10 lines
122 B
Crystal
Raw Normal View History

2018-08-18 21:33:20 +00:00
require "./spec_helper"
describe Spectator do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end