mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-10 18:45:13 -04:00
9 lines
122 B
Crystal
9 lines
122 B
Crystal
require "./spec_helper"
|
|
|
|
describe Instances do
|
|
# TODO: Write tests
|
|
|
|
it "works" do
|
|
false.should eq(true)
|
|
end
|
|
end
|