Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading test/definitions.bats +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading
test/definitions.bats +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading