mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
|
require "micropub"
|
|
|
|
require "minitest/autorun"
|