mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
Adjust specs to @8d7c1ac4cf
This commit is contained in:
parent
cdccd7c009
commit
854bc698e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ describe FbGraph2 do
|
|||
|
||||
context 'as default' do
|
||||
its(:logger) { should be_a Logger }
|
||||
its(:api_version) { should == 'v2.0' }
|
||||
its(:api_version) { should == 'v2.3' }
|
||||
its(:root_url) { should == 'https://graph.facebook.com' }
|
||||
its(:object_classes) { should contain_exactly *FbGraph2::Node.subclasses + [FbGraph2::Place] }
|
||||
it { should_not be_debugging }
|
||||
|
|
Loading…
Reference in a new issue