Commit 26d44e41 authored by Marius Rackwitz's avatar Marius Rackwitz

[Spec] Remove unnecessary reset of UI.warnings

parent 8eb03a0f
......@@ -56,10 +56,6 @@ module Pod
end
describe '#warn_about_xcconfig_overrides' do
before do
UI.warnings = ''
end
shared 'warn_about_xcconfig_overrides' do
target_config = stub(:name => 'Release', :build_settings => @user_target_build_settings)
user_target = stub(:name => 'SampleProject', :build_configurations => [target_config])
......
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