Commit 3ae43a44 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Capitalize "Usage:" header for consistency with rbenv help system

parent 960e183d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash
#
# usage: ruby-build [-kvp] <definition> <prefix>
# Usage: ruby-build [-kvp] <definition> <prefix>
#        ruby-build --definitions
#
#   -k/--keep        Do not remove source tree after installation
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ load test_helper

  run ruby-build "$definition"
  assert_failure
  assert_output_contains 'usage: ruby-build'
  assert_output_contains 'Usage: ruby-build'
}

@test "extra arguments for ruby-build" {
@@ -19,7 +19,7 @@ load test_helper

  run ruby-build "$definition" "${TMP}/install" ""
  assert_failure
  assert_output_contains 'usage: ruby-build'
  assert_output_contains 'Usage: ruby-build'
}

@test "extra arguments for rbenv-install" {