feat(ntfy): add Ntfy::Publisher service with HTTP POST + auth

This commit is contained in:
Min Zeya Phyo
2026-07-28 02:11:19 +08:00
parent 8f25dc057b
commit 76742d8791
5 changed files with 165 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
ENV["RAILS_ENV"] ||= "test"
require_relative "../config/environment"
require "rails/test_help"
require "webmock/minitest"
module ActiveSupport
class TestCase