1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

Merge pull request #68 from iGEL/fix

Fix specs & README
This commit is contained in:
Nov Matake 2015-05-03 11:53:22 +09:00
commit 8bb5b0bee9
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# FbGraph2
FbGraph2 [![Version](https://img.shields.io/gem/v/fb_graph2.svg)](https://rubygems.org/gems/fb_graph2) [![Dependencies](https://img.shields.io/gemnasium/nov/fb_graph2.svg)](https://gemnasium.com/nov/fb_graph2) [![Build Status](https://img.shields.io/travis/nov/fb_graph2/master.svg)](http://travis-ci.org/nov/fb_graph2) [![Code Climate](https://img.shields.io/codeclimate/github/nov/fb_graph2.svg)](https://codeclimate.com/github/nov/fb_graph2)
====
Similar to [fb_graph gem](https://github.com/nov/fb_graph), but supports Graph API v2.0+.
@ -22,7 +23,7 @@ See [fb_graph2 Wiki](https://github.com/nov/fb_graph2/wiki).
## Contributing
1. Fork it ( https://github.com/[my-github-username]/fb_graph2/fork )
1. Fork it ( https://github.com/nov/fb_graph2/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)

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 }