Use the new name in code comments

This commit is contained in:
Javi Martín
2023-07-07 15:05:07 +02:00
parent 054aef3854
commit 3d9a23bd1b
6 changed files with 24 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
RSpec.configure do |config|
# Add the :consul tag to tests which make sense in the original
# version of CONSUL but don't make sense in your application due to
# the custom changes you've implemented.
# version of CONSUL DEMOCRACY but don't make sense in your application
# due to the custom changes you've implemented.
#
# Using this tag will help maintaining the test suite when doing
# custom changes and when upgrading to a newer version of CONSUL
# Using this tag will help maintaining the test suite when doing custom
# changes and when upgrading to a newer version of CONSUL DEMOCRACY
config.filter_run_excluding consul: true
end