Add StandardRB and get some fixes
This commit is contained in:
@@ -7,7 +7,8 @@ class TestPicopackage < Minitest::Test
|
||||
refute_nil ::Picopackage::VERSION
|
||||
end
|
||||
|
||||
def test_it_does_something_useful
|
||||
assert false
|
||||
def test_it_can_load_a_picopackage_file
|
||||
sf = Picopackage::SourceFile.from_content(File.read("test/files/uniquify_array.rb"))
|
||||
assert_equal sf.metadata["filename"], "uniquify_array.rb"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user