Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
require "rails_helper"
|
||||
|
||||
module ExcelReports
|
||||
module VideoReports
|
||||
RSpec.describe DiscoveryProductionElementsLogPolicy do
|
||||
let(:user_context) { build(:user_context) }
|
||||
|
||||
subject { described_class }
|
||||
|
||||
permissions :show? do
|
||||
it { is_expected.to permit(:show) }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,15 @@
|
||||
require "rails_helper"
|
||||
|
||||
module ExcelReports
|
||||
module VideoReports
|
||||
RSpec.describe NatGeoLegalBinderLogPolicy do
|
||||
let(:user_context) { build(:user_context) }
|
||||
|
||||
subject { described_class }
|
||||
|
||||
permissions :show? do
|
||||
it { is_expected.to permit(:show) }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user