Switch to diy oauth

This commit is contained in:
Dan Milne
2025-11-07 16:38:18 +11:00
parent f50ebe666e
commit c9e2992fe0
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
require 'test_helper'
class NetworkRangePolicyTest < ActiveSupport::TestCase
def test_scope
end
def test_show
end
def test_create
end
def test_update
end
def test_destroy
end
end