crystal-cbor/spec/cbor_spec.cr

10 lines
117 B
Crystal
Raw Normal View History

2020-04-17 14:32:43 +02:00
require "./spec_helper"
describe CBOR do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end