Speed up tests on 14.04 -- rvm has a binary for p551 and not p484

This commit is contained in:
Anthony Sottile
2015-10-05 08:40:51 -07:00
parent 223f0d4dfb
commit 7911f4b488
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
name: Ruby Hook
entry: ruby_hook
language: ruby
language_version: 1.9.3-p484
language_version: 1.9.3-p551
files: \.rb$

View File

@@ -146,7 +146,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
tempdir_factory, store, 'ruby_1_9_3_hooks_repo',
'ruby_hook',
['/dev/null'],
b'1.9.3\n484\nHello world from a ruby hook\n',
b'1.9.3\n551\nHello world from a ruby hook\n',
)