1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00
micropub/test/request_helper.rb

8 lines
86 B
Ruby

require "test_helper"
include Rack::Test::Methods
def app
Micropub::Webserver
end