Sha256: f2b542d11c9fdabfde0c866ae6fdd16a9d9f2f0a92418987b971c9f079e0c734

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

Feature: Heroku remote

  Background:
    Given git remote "heroku" points to "git@heroku.com:doge.git"
    And git remote "origin" points to "git@github.com:doge/wow.git"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
badgerbadgerbadger-0.13.0 features/multiple-remotes.feature
badgerbadgerbadger-0.12.0 features/multiple-remotes.feature