diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 026238ac4b..c86c7c3f16 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -24,7 +24,6 @@ production: '๐ŸŒŽ', profile: 'โฑ๏ธ', staging: '๐Ÿš€', - staging_2: '๐Ÿš€2๏ธโƒฃ', # rubocop:disable Naming/VariableNumber test: '๐Ÿงช', training: '๐ŸŽ“', } diff --git a/spec/views/layouts/application.html.erb_spec.rb b/spec/views/layouts/application.html.erb_spec.rb index ffdde08fc8..bf02cf6b01 100644 --- a/spec/views/layouts/application.html.erb_spec.rb +++ b/spec/views/layouts/application.html.erb_spec.rb @@ -9,7 +9,6 @@ # production is tested separately profile: 'โฑ๏ธ', staging: '๐Ÿš€', - staging_2: '๐Ÿš€2๏ธโƒฃ', # rubocop:disable Naming/VariableNumber test: '๐Ÿงช', training: '๐ŸŽ“' }