diff options
| author | Mike McQuaid | 2016-10-13 13:41:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-10-15 12:32:34 +0100 |
| commit | f435adc2d00f4e5f91390de423f113168efe72ac (patch) | |
| tree | 1b8cf0b84062479d96f18fc9645467cd269bf018 /Library/Homebrew/test | |
| parent | 13276409a9b08fcbadfed18c25b6fd11af343729 (diff) | |
| download | brew-f435adc2d00f4e5f91390de423f113168efe72ac.tar.bz2 | |
Rename tap-readme command to tap-new.
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_tap_new.rb (renamed from Library/Homebrew/test/test_tap_readme.rb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_tap_readme.rb b/Library/Homebrew/test/test_tap_new.rb index 1181c3ffc..636024b0a 100644 --- a/Library/Homebrew/test/test_tap_readme.rb +++ b/Library/Homebrew/test/test_tap_new.rb @@ -1,9 +1,8 @@ require "helper/integration_command_test_case" -class IntegrationCommandTestTapReadme < IntegrationCommandTestCase +class IntegrationCommandTestTapNew < IntegrationCommandTestCase def test_tap_readme - assert_match "brew install homebrew/foo/<formula>", - cmd("tap-readme", "foo", "--verbose") + assert_equal "", cmd("tap-new", "homebrew/foo", "--verbose") readme = HOMEBREW_LIBRARY/"Taps/homebrew/homebrew-foo/README.md" assert readme.exist?, "The README should be created" end |
