Sha256: 6eaa45d57d102f1d3943382bf9d354431a42787fc3adaeb337a78591b8d8b495
Contents?: true
Size: 1.81 KB
Versions: 7
Compression:
Stored size: 1.81 KB
Contents
Feature: Get service badges Background: Given git remote is "https://github.com/doge/wow.git" @travis Scenario: Generate travis badge When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://travis-ci.org/doge/wow) """ And the output should not contain: """ [](https://coveralls.io/r/doge/wow) """ And the output should not contain: """ [](https://gemnasium.com/doge/wow) """ And the output should not contain: """ [](https://rubygems.org/gems/suchgem) """ @gemnasium Scenario: Generate gemnasium badge When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://gemnasium.com/doge/wow) """ @coveralls Scenario: Generate coveralls badge When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://gemnasium.com/doge/wow) [](https://coveralls.io/r/doge/wow) """ And the output should not contain: """ [](https://travis-ci.org/doge/wow) """ @codeclimate Scenario: Generate codeclimate badge When I successfully run `badger badge /tmp/wow_repo` Then the output should contain: """ [](https://codeclimate.com/github/doge/wow) """
Version data entries
7 entries across 7 versions & 1 rubygems