pending mapping policy
This commit is contained in:
parent
3823c708fd
commit
f7201e048e
1 changed files with 7 additions and 0 deletions
7
spec/policies/mapping_policy_spec.rb
Normal file
7
spec/policies/mapping_policy_spec.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe MappingPolicy, type: :policy do
|
||||
subject { described_class }
|
||||
|
||||
pending 'Implement some mapping tests!'
|
||||
end
|
Loading…
Reference in a new issue