facebook / facebook-ruby-business-sdk

Ruby SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
209 stars 160 forks source link

Simply usage with bundler #3

Closed dlackty closed 7 years ago

dlackty commented 7 years ago

By default bundler will try to require GEM/lib/GEM.rb file but unfortunately this gem's name doesn't match the class name and we can add a small workaround to solve the problem.

Similar workaround: https://github.com/kpumuk/meta-tags/blob/master/lib/meta-tags.rb

ankitrg commented 7 years ago

@dlackty I have one question, there are not test cases for this gem? How are you testing this currently?

alanho commented 7 years ago

@ankitrg we have some internal continuous testing suites that tightly coupled with our documentation so we did not publish those in github. we understand that having tests will help contributor so we will be adding more specs in the github in next few weeks. stay tuned!