Initial import

This commit is contained in:
Dan Milne
2025-01-19 10:42:59 +11:00
commit 05d55ca665
20 changed files with 439 additions and 0 deletions

13
test/test_picop.rb Normal file
View File

@@ -0,0 +1,13 @@
# frozen_string_literal: true
require "test_helper"
class TestPicop < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Picop::VERSION
end
def test_it_does_something_useful
assert false
end
end