mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
fix broken spec
This commit is contained in:
parent
ed55e3e2a6
commit
1647bc42bd
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.11' }
|
||||
its(:api_version) { should == 'v7.0' }
|
||||
its(:root_url) { should == 'https://graph.facebook.com' }
|
||||
it { should_not be_debugging }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue