telepathy/spec/telepathy_spec.cr
2018-01-12 15:19:20 -08:00

10 lines
122 B
Crystal

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