Commit c3981ad0 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[InstallerSpec] Use double quotes instead of escaping the single quote

parent fb73dbd4
...@@ -590,7 +590,7 @@ module Pod ...@@ -590,7 +590,7 @@ module Pod
@installer.send(:write_pod_project) @installer.send(:write_pod_project)
end end
it 'uses the user project\'s object version for the pods project' do it "uses the user project's object version for the pods project" do
tmp_directory = Pathname(Dir.tmpdir) + 'CocoaPods' tmp_directory = Pathname(Dir.tmpdir) + 'CocoaPods'
FileUtils.mkdir_p(tmp_directory) FileUtils.mkdir_p(tmp_directory)
proj = Xcodeproj::Project.new(tmp_directory + 'Yolo.xcodeproj', false, 1) proj = Xcodeproj::Project.new(tmp_directory + 'Yolo.xcodeproj', false, 1)
......
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