First commit

This commit is contained in:
Sdogruyol 2016-04-09 17:37:46 +03:00
commit 189d577c64
10 changed files with 118 additions and 0 deletions

9
spec/spec-kemal_spec.cr Normal file
View file

@ -0,0 +1,9 @@
require "./spec_helper"
describe Spec::Kemal do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end

2
spec/spec_helper.cr Normal file
View file

@ -0,0 +1,2 @@
require "spec"
require "../src/spec-kemal"