aboutsummaryrefslogtreecommitdiffstats
path: root/spec/policies/stop_area_referential_policy_spec.rb
blob: 5bd6da42749835d6f854d21ad75a3db20d604799 (plain)
1
2
3
4
5
6
7
8
9
RSpec.describe StopAreaReferentialPolicy, type: :policy do

  let( :record ){ build_stubbed :stop_area_referential }
  before { stub_policy_scope(record) }

  permissions :synchronize? do
    it_behaves_like 'permitted policy', 'stop_area_referentials.synchronize'
  end
end