Initial commit

This commit is contained in:
Omar Roth 2019-09-04 20:55:33 -04:00
commit b25cb3cbc0
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
11 changed files with 966 additions and 0 deletions

9
spec/instances_spec.cr Normal file
View file

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