1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00
micropub/test/micropub_test.rb
2019-11-14 20:31:47 -05:00

8 lines
144 B
Ruby

require "test_helper"
class MicropubTest < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Micropub::VERSION
end
end