Sha256: 27d7682600f8bb52126cf73d2d9015b6980a6ea8cf083213583fbf22fea6eda6
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
Feature: Badge robot Background: Given git remote is "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: """ [](https://travis-ci.org/doge/wow) [](https://gemnasium.com/doge/wow) [](https://coveralls.io/r/doge/wow) [](https://codeclimate.com/github/doge/wow) [](https://rubygems.org/gems/suchgem) [](http://doge.mit-license.org) [](https://github.com/badges/badgerbadgerbadger) """ And the output should not contain: """ [](http://doge.mit-license.org) [](http://doge.mit-license.org) """ Scenario: handle a non-git-repo gracefully When I run `badger badge /tmp` Then the output should contain: """ Run this from inside a git repo """ And the exit status should be 1 @no-remote Scenario: handle a git repo without a github remote When I run `badger badge /tmp/not_wow` Then the output should contain: """ This repo does not appear to have a github remote """ And the exit status should be 2
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
badgerbadgerbadger-0.9.0 | features/ssh-remote.feature |