WIP first steps

This commit is contained in:
2018-06-26 17:11:35 -07:00
parent a8c84035b4
commit 1b142006fa
6 changed files with 50 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ class ManifiqueTest < Minitest::Test
refute_nil ::Manifique::VERSION
end
# def test_it_does_something_useful
# assert true
# end
def test_fetch_metadata
agent = Manifique::Agent.new(url: 'https://example.com')
assert_equal agent.fetch_metadata, 'https://example.com'
end
end