chore: kemal + crystal setup

This commit is contained in:
Juan Rodriguez
2024-05-12 15:08:09 +02:00
parent 720b70c6a0
commit 9e1fcf2d48
17 changed files with 92 additions and 168 deletions
+2
View File
@@ -0,0 +1,2 @@
require "spec"
require "../src/url-shortener"
+9
View File
@@ -0,0 +1,9 @@
require "./spec_helper"
describe Url::Shortener do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end