Sha256: 9a05ddfc3aa4bf506804b28014e21edf444d00df65cb2a0fc39a7c4603d38eb0
Contents?: true
Size: 1.81 KB
Versions: 11
Compression:
Stored size: 1.81 KB
Contents
Feature: Get rubygems badge Background: Given git remote is "https://github.com/doge/wow.git" @gemspec Scenario: Get rubygems badge When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://rubygems.org/gems/suchgem) [](http://doge.mit-license.org) """ @gemspecmultilicense @gpl3 Scenario: Get multiple licenses When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://rubygems.org/gems/suchgem) [](http://doge.mit-license.org) [](http://www.apache.org/licenses/LICENSE-2.0.html) [](http://www.gnu.org/licenses/gpl-3.0.html) """ @gemspecnolicense Scenario: Handle a gemspec *without* a license When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://rubygems.org/gems/suchgem) """ And the output should not contain: """ License """ @gemspecwiths Scenario: Handle a gemspec with 's' not 'spec' When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://rubygems.org/gems/suchgem) [](http://doge.mit-license.org) """
Version data entries
11 entries across 11 versions & 2 rubygems