mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
18 lines
206 B
Ruby
18 lines
206 B
Ruby
require 'test_helper'
|
|
|
|
class CustomsReceiptPolicyTest < ActiveSupport::TestCase
|
|
def test_scope
|
|
end
|
|
|
|
def test_show
|
|
end
|
|
|
|
def test_create
|
|
end
|
|
|
|
def test_update
|
|
end
|
|
|
|
def test_destroy
|
|
end
|
|
end
|