Rename from Picop to Picopackage

This commit is contained in:
Dan Milne
2025-01-21 08:29:23 +11:00
parent a9d6b85e81
commit 5e153bfb86
13 changed files with 450 additions and 172 deletions

13
test/test_picopackage.rb Normal file
View File

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