instances-api/spec/instances_spec.cr

10 lines
122 B
Crystal
Raw Permalink Normal View History

2019-09-05 00:55:33 +00:00
require "./spec_helper"
describe Instances do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end