Commit 4154b9de authored by Marius Rackwitz's avatar Marius Rackwitz

[Spec] Remove never filled disabled spec stubs

This is now sufficiently covered by the analyzer specs.
parent 174b8356
...@@ -723,15 +723,6 @@ module Pod ...@@ -723,15 +723,6 @@ module Pod
@installer.send(:set_target_dependencies) @installer.send(:set_target_dependencies)
end.should.not.raise NoMethodError end.should.not.raise NoMethodError
end end
xit 'sets the pod targets as dependencies of the aggregate target' do
end
xit 'sets the dependecies of the pod targets' do
end
xit 'is robusts against subspecs' do
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