Commit 30596ecc authored by Kyle Fuller's avatar Kyle Fuller

[Spec] Fix stubbing removed method resulting in test taking 10s

parent b5e2883b
......@@ -44,7 +44,7 @@ module Pod
spec = fixture_spec('banana-lib/BananaLib.podspec')
set = Specification::Set.new('BananaLib', [])
set.stubs(:specification).returns(spec)
Source.any_instance.stubs(:pod_sets).returns([set])
Source::Aggregate.any_instance.stubs(:all_sets).returns([set])
out = run_command('ipc', 'list')
out.should.include('---')
......
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