natpmp-crystal/spec/natpmpcrystal_spec.cr
2024-12-25 23:43:25 -03:00

9 lines
126 B
Crystal

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