mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Speed up tests on 14.04 -- rvm has a binary for p551 and not p484
This commit is contained in:
parent
223f0d4dfb
commit
7911f4b488
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue