pending mapping policy

This commit is contained in:
Devin Howard 2016-03-14 11:15:10 +08:00
parent 3823c708fd
commit f7201e048e

View file

@ -0,0 +1,7 @@
require 'rails_helper'
RSpec.describe MappingPolicy, type: :policy do
subject { described_class }
pending 'Implement some mapping tests!'
end