Fix Lint/SymbolConversion
cop (#28175)
This commit is contained in:
parent
aa8563d43d
commit
5631f139c1
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ RSpec.describe Remotable do
|
|||
end
|
||||
end
|
||||
|
||||
let(:attribute_name) { "#{hoge}_remote_url".to_sym }
|
||||
let(:attribute_name) { :"#{hoge}_remote_url" }
|
||||
let(:code) { 200 }
|
||||
let(:file) { 'filename="foo.txt"' }
|
||||
let(:foo) { foo_class.new }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue