Files
baffle-hub/test/policies/network_range_policy_test.rb
2025-11-07 16:38:18 +11:00

19 lines
204 B
Ruby

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