Sha256: 92ded9d68ed38fcf9274ebf210be8f1763890d57f8faf58a697e40d5fa83fec5
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
Feature: Dependency CI support Background: Given git remote is "https://github.com/doge/wow" @travis @gemnasium @coveralls @gemspec @mit Scenario: Get a Dep CI badge When I successfully run `badger badge --dci /tmp/wow_repo` Then the output should contain: """ [](https://travis-ci.org/doge/wow) [](https://gemnasium.com/doge/wow) [](http://dependencyci.com/github/doge/wow) [](https://coveralls.io/r/doge/wow) [](https://codeclimate.com/github/doge/wow) [](https://rubygems.org/gems/suchgem) [](http://doge.mit-license.org) """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
badgerbadgerbadger-0.15.0 | features/dependency-ci.feature |