Closed dlackty closed 7 years ago
@dlackty I have one question, there are not test cases for this gem? How are you testing this currently?
@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!
By default
bundler
will try to requireGEM/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