mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
10 lines
179 B
Ruby
10 lines
179 B
Ruby
require "test_helper"
|
|
require 'minitest/hooks'
|
|
|
|
include Rack::Test::Methods
|
|
MiniTest::Spec.register_spec_type(/something/, Minitest::HooksSpec)
|
|
|
|
def app
|
|
Micropub::Webserver
|
|
end
|