mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Fix Lint/SymbolConversion cop (#28175)
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user