8 lines
148 B
Ruby
8 lines
148 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe MappingPolicy, type: :policy do
|
||
|
subject { described_class }
|
||
|
|
||
|
pending 'Implement some mapping tests!'
|
||
|
end
|