Skip to content

Commit

Permalink
Fixes preserving external dependency test.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 13, 2016
1 parent a1cc361 commit 6f6df12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/command/deploy_transformer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,9 @@ module Pod
describe DeployTransformer do
describe "when transforming podfile" do
it "should preserve external dependencies" do
lockfile = Lockfile.new({})
lockfile = Lockfile.new({
"CHECKOUT OPTIONS" => {"Polly" => {:git => "http://example.org"} }
})
original_podfile = Podfile.new do |p|
p.pod "Polly", :git => "http://example.org"
end
Expand Down

0 comments on commit 6f6df12

Please sign in to comment.