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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 13:34:54 +0300
committerJeff King <peff@peff.net>2022-10-05 16:27:57 +0300
commit29cd9048ea279fdbc12930f1bc9a59da056ab185 (patch)
treefc9e33bac0bf4c2ed3d3aa7842315f6fd706cb1f /test
parent9cad36363c99b837e191aab621a3e06a6a0db820 (diff)
run rubocop --autocorrect --only Layout/CommentIndentation
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 991dae60..332acc1b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -13,13 +13,13 @@ end
module ActiveSupport
class TestCase
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
- #
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
- # -- they do not yet inherit this setting
+ # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
+ #
+ # Note: You'll currently still have to declare fixtures explicitly in integration tests
+ # -- they do not yet inherit this setting
fixtures :all
- # Add more helper methods to be used by all tests here...
+ # Add more helper methods to be used by all tests here...
end
end