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

Skip to content

Commit 42ba73e

Browse files
committed
Updated test/helper.sh to run against ruby-1.9.3-p286.
1 parent ae9a3f7 commit 42ba73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chruby_reset
77
TEST_PATH="$PATH"
88
TEST_RUBY_ENGINE="ruby"
99
TEST_RUBY_VERSION="1.9.3"
10-
TEST_RUBY_PATCHLEVEL="194"
10+
TEST_RUBY_PATCHLEVEL="286"
1111
TEST_RUBY_API="1.9.1"
1212
TEST_RUBY="/usr/local/ruby-$TEST_RUBY_VERSION-p$TEST_RUBY_PATCHLEVEL"
1313

0 commit comments

Comments
 (0)