Commit e1ae08e3 authored by Diego Torres's avatar Diego Torres

[RUBOCOP] Use single quotes

parent f62ecc41
......@@ -165,7 +165,7 @@ module Pod
end
it 'uniques resources by config' do
a_path = Pathname.new(@project.path.dirname + "/duplicated/path.jpg")
a_path = Pathname.new(@project.path.dirname + '/duplicated/path.jpg')
duplicated_paths = [a_path, a_path]
@installer.target.pod_targets.each do |pod_target|
pod_target.file_accessors.each do |accessor|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment