Skip to content

Commit 8a11503

Browse files
committed
Define diego_client double in dependency_locator specs
1 parent c361afe commit 8a11503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/unit/lib/cloud_controller/dependency_locator_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
subject(:locator) { CloudController::DependencyLocator.instance }
77

88
let(:config) { TestConfig.config_instance }
9+
let(:diego_client) { double }
910

1011
before do
1112
locator.config = config

0 commit comments

Comments
 (0)