Skip to content

Commit 7911f4b

Browse files
committed
Speed up tests on 14.04 -- rvm has a binary for p551 and not p484
1 parent 223f0d4 commit 7911f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/resources/ruby_1_9_3_hooks_repo/hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
name: Ruby Hook
33
entry: ruby_hook
44
language: ruby
5-
language_version: 1.9.3-p484
5+
language_version: 1.9.3-p551
66
files: \.rb$

tests/repository_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
146146
tempdir_factory, store, 'ruby_1_9_3_hooks_repo',
147147
'ruby_hook',
148148
['/dev/null'],
149-
b'1.9.3\n484\nHello world from a ruby hook\n',
149+
b'1.9.3\n551\nHello world from a ruby hook\n',
150150
)
151151

152152

0 commit comments

Comments
 (0)