1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

add place spec too

This commit is contained in:
nov 2015-07-07 15:54:19 +09:00
parent 7f32b239a3
commit 0001c274cd

View file

@ -0,0 +1,6 @@
require 'spec_helper'
describe FbGraph2::Place do
subject { described_class }
its(:registered_attributes) { should == FbGraph2::Page.registered_attributes }
end