Sha256: 1805f8c922296f4e89654b483d74d77bd6ef8296b9d0e934215ca6baf7d707fb

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 Bytes

Contents

Feature: Badge robot

  Background:
    Given git remote is "https://github.com/doge/wow"

  @travis @gemnasium @coveralls @gemspec @mit
  Scenario: One with everything
    When I successfully run `badger badge /tmp/wow_repo --png `
    Then the output should contain:
    """
[![Build Status](https://travis-ci.org/doge/wow.png)](https://travis-ci.org/doge/wow)
[![Dependency Status](http://img.shields.io/gemnasium/doge/wow.png)](https://gemnasium.com/doge/wow)
[![Coverage Status](http://img.shields.io/coveralls/doge/wow.png)](https://coveralls.io/r/doge/wow)
[![Code Climate](http://img.shields.io/codeclimate/github/doge/wow.png)](https://codeclimate.com/github/doge/wow)
[![Gem Version](http://img.shields.io/gem/v/suchgem.png)](https://rubygems.org/gems/suchgem)
[![License](http://img.shields.io/:license-mit-blue.png)](http://doge.mit-license.org)
[![Badges](http://img.shields.io/:badges-7/7-ff6799.png)](https://github.com/badges/badgerbadgerbadger)
    """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
badgerbadgerbadger-0.9.0 features/png.feature