style: autofix rubocop
This commit is contained in:
@@ -73,4 +73,4 @@ module CaptainToolsHelpers
|
||||
tool_matches = text.scan(TOOL_REFERENCE_REGEX)
|
||||
tool_matches.flatten.uniq
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -3,4 +3,4 @@ json.array! @tools do |tool|
|
||||
json.title tool[:title]
|
||||
json.description tool[:description]
|
||||
json.icon tool[:icon]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -173,4 +173,4 @@ RSpec.describe CaptainToolsHelpers, type: :concern do
|
||||
expect(result).to eq(%w[add_contact_note update_priority add_private_note])
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user