natpmp-crystal/spec/natpmpcrystal_spec.cr

10 lines
126 B
Crystal
Raw Normal View History

2024-12-25 23:43:25 -03:00
require "./spec_helper"
describe Natpmpcrystal do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end