Commit b0e8108f authored by Fabio Pelosin's avatar Fabio Pelosin

[Lockfile] Fix specs for grammar change.

parent 505f5353
...@@ -305,7 +305,7 @@ else ...@@ -305,7 +305,7 @@ else
# lockfile_contents['PODS'][0] = 'ASIHTTPRequest (1.8.1)' # lockfile_contents['PODS'][0] = 'ASIHTTPRequest (1.8.1)'
end end
result = installer.lockfile.to_hash result = installer.lockfile.to_hash
result.delete("SPECS CHECKSUM") result.delete("SPEC CHECKSUMS")
result.should == lockfile_contents result.should == lockfile_contents
root = config.project_pods_root root = config.project_pods_root
......
...@@ -15,7 +15,7 @@ PODS: ...@@ -15,7 +15,7 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- BananaLib (~> 1.0) - BananaLib (~> 1.0)
SPECS CHECKSUM: SPEC CHECKSUMS:
BananaLib: !binary |- BananaLib: !binary |-
MjI2Y2RkMTJkMzBhMWU4ZWM4OGM1ZmRkZWU2MDcwZDg0YTI1MGZjMQ== MjI2Y2RkMTJkMzBhMWU4ZWM4OGM1ZmRkZWU2MDcwZDg0YTI1MGZjMQ==
......
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