telepathy/spec/telepathy_spec.cr

10 lines
122 B
Crystal
Raw Normal View History

2018-01-12 15:19:20 -08:00
require "./spec_helper"
describe Telepathy do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end