mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Attempt ruby-download before ruby-build.
This commit is contained in:
parent
09650b814a
commit
07664a80ca
7 changed files with 24 additions and 9 deletions
|
|
@ -93,8 +93,8 @@ def ruby_hooks_repo(dummy_git_repo):
|
|||
|
||||
|
||||
@pytest.yield_fixture
|
||||
def ruby_1_9_3_p547_hooks_repo(dummy_git_repo):
|
||||
yield _make_repo(dummy_git_repo, 'ruby_1_9_3_p547_hooks_repo')
|
||||
def ruby_1_9_3_hooks_repo(dummy_git_repo):
|
||||
yield _make_repo(dummy_git_repo, 'ruby_1_9_3_hooks_repo')
|
||||
|
||||
|
||||
@pytest.yield_fixture
|
||||
|
|
@ -149,8 +149,8 @@ def config_for_ruby_hooks_repo(ruby_hooks_repo):
|
|||
|
||||
|
||||
@pytest.yield_fixture
|
||||
def config_for_ruby_1_9_3_p547_hooks_repo(ruby_1_9_3_p547_hooks_repo):
|
||||
yield _make_config(ruby_1_9_3_p547_hooks_repo, 'ruby_hook')
|
||||
def config_for_ruby_1_9_3_hooks_repo(ruby_1_9_3_hooks_repo):
|
||||
yield _make_config(ruby_1_9_3_hooks_repo, 'ruby_hook')
|
||||
|
||||
|
||||
@pytest.yield_fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue