1
0
Fork 0
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:
Johannes Barre 2015-04-28 16:04:23 +02:00
parent cdccd7c009
commit 854bc698e4

View file

@ -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 }