Commit a53bfd79 authored by Paul Beusterien's avatar Paul Beusterien

Delete useless test code

parent 927db9a3
...@@ -417,9 +417,6 @@ module Pod ...@@ -417,9 +417,6 @@ module Pod
'BananaLib-Pods-SampleProject-prefix.pch', 'BananaLib-Pods-SampleProject-prefix.pch',
'BananaLib-Pods-SampleProject.xcconfig', 'BananaLib-Pods-SampleProject.xcconfig',
] ]
group.children.map(&:display_name).sort.should.not == [
'BananaLib-Pods-SampleProject-prefix.pch',
]
end end
it 'verifies disabling prefix header generation' do it 'verifies disabling prefix header generation' do
...@@ -430,9 +427,6 @@ module Pod ...@@ -430,9 +427,6 @@ module Pod
'BananaLib-Pods-SampleProject-dummy.m', 'BananaLib-Pods-SampleProject-dummy.m',
'BananaLib-Pods-SampleProject.xcconfig', 'BananaLib-Pods-SampleProject.xcconfig',
] ]
group.children.map(&:display_name).sort.should.not == [
'BananaLib-Pods-SampleProject-prefix.pch',
]
end end
it 'adds the target for the static library to the project' do it 'adds the target for the static library to the project' do
...@@ -511,9 +505,6 @@ module Pod ...@@ -511,9 +505,6 @@ module Pod
'BananaLib-dummy.m', 'BananaLib-dummy.m',
'BananaLib.xcconfig', 'BananaLib.xcconfig',
] ]
group.children.map(&:display_name).sort.should.not == [
'BananaLib-prefix.pch',
]
end end
it 'adds the target for the static library to the project' do it 'adds the target for the static library to the project' 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