Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adb09a6

Browse files
committed
Oops!
1 parent d8b83a0 commit adb09a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/helper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
. ./etc/profile.d/chruby.sh
4-
RUBIES=($TEST_RUBY)
54

65
chruby_reset
76

@@ -11,3 +10,5 @@ TEST_RUBY_VERSION="1.9.3"
1110
TEST_RUBY_PATCHLEVEL="194"
1211
TEST_RUBY_API="1.9.1"
1312
TEST_RUBY="/usr/local/ruby-$TEST_RUBY_VERSION-p$TEST_RUBY_PATCHLEVEL"
13+
14+
RUBIES=($TEST_RUBY)

0 commit comments

Comments
 (0)