Commit 00af7a5d authored by Marius Rackwitz's avatar Marius Rackwitz

[Spec][Integration] Compare YAML files pretty printed

parent 0edcfa9a
......@@ -73,7 +73,7 @@ CLIntegracon.configure do |c|
# Remove CocoaPods version
yaml = File.open(path) { |f| YAML.load(f) }
yaml.delete('COCOAPODS')
yaml.to_s
YAML.dump(yaml)
end
end
......
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