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

[IntegrationSpec] Add spec for lockfile checkout options

parent 6b046899
Subproject commit 365a0c8d93de662c019d6dbf3131f65842952357 Subproject commit 4d35b38d52098e85a448024773edb6aaed2a7d31
...@@ -176,6 +176,11 @@ describe_cli 'pod' do ...@@ -176,6 +176,11 @@ describe_cli 'pod' do
behaves_like cli_spec 'install_podfile_callbacks', behaves_like cli_spec 'install_podfile_callbacks',
'install --no-repo-update' 'install --no-repo-update'
end end
describe 'Uses Lockfile checkout options' do
behaves_like cli_spec 'install_using_checkout_options',
'install --no-repo-update'
end
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