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:
  """
  [![Build Status](http://img.shields.io/travis/doge/wow.svg?style=flat-square)](https://travis-ci.org/doge/wow)
  [![Dependency Status](http://img.shields.io/gemnasium/doge/wow.svg?style=flat-square)](https://gemnasium.com/doge/wow)
  [![Dependency CI](http://dependencyci.com/github/doge/wow/badge?style=flat-square)](http://dependencyci.com/github/doge/wow)
  [![Coverage Status](http://img.shields.io/coveralls/doge/wow.svg?style=flat-square)](https://coveralls.io/r/doge/wow)
  [![Code Climate](http://img.shields.io/codeclimate/github/doge/wow.svg?style=flat-square)](https://codeclimate.com/github/doge/wow)
  [![Gem Version](http://img.shields.io/gem/v/suchgem.svg?style=flat-square)](https://rubygems.org/gems/suchgem)
  [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](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