Mango/spec/mango_spec.cr
2020-02-11 22:06:17 +00:00

10 lines
118 B
Crystal

require "./spec_helper"
describe Mango do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end