Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-16 13:39:08 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-16 14:32:03 +0300
commit0ae490dfa7899af26695a9ff0c8c4f090c9dc9dd (patch)
treeccd4d9a05ed25fcbfd976e765d0119da04df1573 /.gitignore
parent8f04e23b9f004d70635aaeecd30d837a584572f8 (diff)
ruby: Create test data in temporary directory
Test data for our rspecs is currently created inside of the worktree in "ruby/tmp". This is bad practice, and we have long since converted our Go tests to use temporary directories instead. Convert rspecs to do the same and remove the corresponding ignore rule.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8e0817d8f..3659a9723 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,6 @@
/.ruby-bundle
/ruby/vendor/bundle
/ruby/.bundle
-/ruby/tmp
/gitaly-*.gem
# Configuration and runtime data