[Integration] Use a commit in the lint remote spec URL

parent f981c5a0
Subproject commit 42df8cc1e28c11eabefb31197ed7792a9248fc28 Subproject commit c66e853111de92e569dfdbb82c12ff81b57e9abb
...@@ -344,7 +344,7 @@ describe_cli 'pod' do ...@@ -344,7 +344,7 @@ describe_cli 'pod' do
end end
describe 'Lints a remote Pod' do describe 'Lints a remote Pod' do
spec_url = 'https://github.com/CocoaPods/Specs/raw/master/Specs/A2DynamicDelegate/2.0.2/A2DynamicDelegate.podspec.json' spec_url = 'https://github.com/CocoaPods/Specs/raw/2d939ca0abb4172b9ef087d784b43e0696109e7c/Specs/A2DynamicDelegate/2.0.2/A2DynamicDelegate.podspec.json'
behaves_like cli_spec 'spec_lint_remote', behaves_like cli_spec 'spec_lint_remote',
"spec lint --quick --allow-warnings --silent #{spec_url}" "spec lint --quick --allow-warnings --silent #{spec_url}"
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