[Claude Haiki] Update to new, working Crystal version

This commit is contained in:
2025-12-25 17:37:39 -08:00
parent c4a74152d6
commit a48699c7c3
18 changed files with 344 additions and 158 deletions

View File

@@ -1,9 +1,7 @@
require "./spec_helper"
describe Telepathy do
# TODO: Write tests
it "works" do
false.should eq(true)
it "loads the library" do
Telepathy.should be_truthy
end
end