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:
parent
7f32b239a3
commit
0001c274cd
1 changed files with 6 additions and 0 deletions
6
spec/fb_graph2/place_spec.rb
Normal file
6
spec/fb_graph2/place_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe FbGraph2::Place do
|
||||
subject { described_class }
|
||||
its(:registered_attributes) { should == FbGraph2::Page.registered_attributes }
|
||||
end
|
Loading…
Add table
Reference in a new issue