Unverified Commit c76bf6fb authored by Koichiro Iwao's avatar Koichiro Iwao
Browse files

s/all available definitions/all local definitions/

"available" implies ruby-build will be checking online sources but
actually ruby-build doesn't do that. "local definitions" may be
prefered.

Pointed out by jasonkarns.
parent 66647e39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#   -v/--verbose     Verbose mode: print compilation status to stdout
#   -4/--ipv4        Resolve names to IPv4 addresses only
#   -6/--ipv6        Resolve names to IPv6 addresses only
#   --definitions    List all available definitions
#   --definitions    List all local definitions
#   --version        Show version of ruby-build
#

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
load test_helper
NUM_DEFINITIONS="$(ls "$BATS_TEST_DIRNAME"/../share/ruby-build | wc -l)"

@test "list all available definitions" {
@test "list all local definitions" {
  run ruby-build --definitions
  assert_success
  assert_output_contains "1.9.3-p194"