We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e6e072 + 7b07474 commit 181b497Copy full SHA for 181b497
spec/rubocop/cop/rails/file_path_spec.rb
@@ -115,8 +115,8 @@
115
116
context 'when string contains an interpolation followed by a period' do
117
it 'does not register an offense' do
118
- expect_no_offenses(<<~RUBY)
119
- puts "test #\{123\}. Hey!"
+ expect_no_offenses(<<~'RUBY')
+ puts "test #{123}. Hey!"
120
RUBY
121
end
122
@@ -244,8 +244,8 @@
244
245
246
247
248
249
250
251
0 commit comments