Initial import
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# @META_START
|
||||
# home_url: https://github.com/user/repo/blob/main/path/to/file.rb
|
||||
# source_url: https://github.com/user/repo/raw/#{version}/path/to/file.rb
|
||||
# version: 1.0.0
|
||||
# alsdfkasf
|
||||
# content_hash: sha256:d747c448ce60a6ef1a8372f7c7eee10160075acbed6412a12c2f6d71ca8b2f76
|
||||
# @META_END
|
||||
require "cgi"
|
||||
puts "hi"
|
||||
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
||||
require "picop"
|
||||
|
||||
require "minitest/autorun"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user