Commit ae73b5dc authored by Samuel Giddins's avatar Samuel Giddins

[RuboCop] Remove outdated comment

parent 437c0b30
......@@ -54,7 +54,7 @@ begin
sh "git checkout #{specs_branch}"
sh 'git pull'
yaml_file = 'CocoaPods-version.yml'
yaml_file = 'CocoaPods-version.yml'
unless File.exist?(yaml_file)
$stderr.puts red("[!] Unable to find #{yaml_file}!")
exit 1
......
......@@ -137,14 +137,12 @@ describe_cli 'pod' do
/lib/cocoapods_plugin.rb # The actual plugin file that gets loaded
}iox, '`\1/lib/cocoapods_plugin.rb'
# rubocop:disable Style/RegexpLiteral
s.replace_pattern %r{
^(\s* \$ \s (CURL_BIN | #{`which curl`.strip}) .* \n)
^\s* % \s* Total .* \n
^\s* Dload \s* Upload .* \n
(^\s* [[:cntrl:]] .* \n)+
}iox, "\\1\n"
# rubocop:enable Style/RegexpLiteral
end
describe 'Pod install' do
......
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