mirror of
https://github.com/iv-org/instances-api.git
synced 2025-07-24 23:25:41 -04:00
Initial commit
This commit is contained in:
commit
b25cb3cbc0
11 changed files with 966 additions and 0 deletions
9
spec/instances_spec.cr
Normal file
9
spec/instances_spec.cr
Normal file
|
@ -0,0 +1,9 @@
|
|||
require "./spec_helper"
|
||||
|
||||
describe Instances do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue