init
This commit is contained in:
9
spec/kotatsu_spec.cr
Normal file
9
spec/kotatsu_spec.cr
Normal file
@@ -0,0 +1,9 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Kotatsu do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user