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

5 lines
102 B
Ruby

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "micropub"
require "minitest/autorun"