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