mirror of
https://github.com/iv-org/instances-api.git
synced 2024-12-25 23:49:24 -05: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
|