Unverified Commit 1c836414 authored by Jason Karns's avatar Jason Karns Committed by GitHub
Browse files

Merge pull request #1419 from metalefty/rewording

s/all built-in definitions/all local definitions/
parents 504f6e67 c76bf6fb
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 built-in 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 built-in definitions" {
@test "list all local definitions" {
  run ruby-build --definitions
  assert_success
  assert_output_contains "1.9.3-p194"