summaryrefslogtreecommitdiff
path: root/spec/support/git_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/git_helpers.rb')
-rw-r--r--spec/support/git_helpers.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/support/git_helpers.rb b/spec/support/git_helpers.rb
deleted file mode 100644
index 93422390ef7..00000000000
--- a/spec/support/git_helpers.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module GitHelpers
- def random_git_name
- "#{FFaker::Product.brand}-#{FFaker::Product.brand}-#{rand(1000)}"
- end
-end
-
-RSpec.configure do |config|
- config.include GitHelpers
-end