Initial import
This commit is contained in:
13
test/test_picop.rb
Normal file
13
test/test_picop.rb
Normal 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
|
||||
Reference in New Issue
Block a user