vk0nline/spec/src_spec.cr

10 lines
116 B
Crystal
Raw Normal View History

2021-07-16 05:38:16 +03:00
require "./spec_helper"
describe Src do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end