1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/spec/policies/staff/passport_confirmation_policy_spec.rb

8 lines
168 B
Ruby
Raw Normal View History

2018-11-30 03:24:40 -05:00
# frozen_string_literal: true
require 'rails_helper'
2018-12-12 21:40:04 -05:00
RSpec.describe Staff::PassportConfirmationPolicy do
2018-12-12 22:01:50 -05:00
pending "add some examples to (or delete) #{__FILE__}"
2018-11-30 03:24:40 -05:00
end