fix broken spec

This commit is contained in:
nov 2020-06-30 14:17:54 +09:00
parent ed55e3e2a6
commit 1647bc42bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ describe FbGraph2 do
context 'as default' do
its(:logger) { should be_a Logger }
its(:api_version) { should == 'v2.11' }
its(:api_version) { should == 'v7.0' }
its(:root_url) { should == 'https://graph.facebook.com' }
it { should_not be_debugging }
end