Sha256: 75e4d03e823e6c28c35e7400672b8c38f8743b7e037ba695e015d0cbe78a6392
Contents?: true
Size: 801 Bytes
Versions: 5
Compression:
Stored size: 801 Bytes
Contents
Feature: User installs gem As a user When I install a gem It should initialize the gem configuration Scenario: User installs gem When I build and install the gem Then the output should contain "You need to setup your GitHub OAuth token\nPlease run 'git-reflow setup'" When I successfully run `git-reflow` Then the output should contain "usage: git-reflow [global options] command [command options]" Scenario: User sets up GitHub When I run `git-reflow setup` interactively And I type "user" And I type "password" Then the output should contain "Please enter your GitHub username: " And the output should contain "Please enter your GitHub password (we do NOT store this): " And the output should contain "Your GitHub account was successfully setup!"
Version data entries
5 entries across 5 versions & 1 rubygems