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
|
|
@ -2,5 +2,5 @@
|
||||||
name: Ruby Hook
|
name: Ruby Hook
|
||||||
entry: ruby_hook
|
entry: ruby_hook
|
||||||
language: ruby
|
language: ruby
|
||||||
language_version: 1.9.3-p484
|
language_version: 1.9.3-p551
|
||||||
files: \.rb$
|
files: \.rb$
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
|
||||||
tempdir_factory, store, 'ruby_1_9_3_hooks_repo',
|
tempdir_factory, store, 'ruby_1_9_3_hooks_repo',
|
||||||
'ruby_hook',
|
'ruby_hook',
|
||||||
['/dev/null'],
|
['/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