We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c361afe commit 8a11503Copy full SHA for 8a11503
spec/unit/lib/cloud_controller/dependency_locator_spec.rb
@@ -6,6 +6,7 @@
6
subject(:locator) { CloudController::DependencyLocator.instance }
7
8
let(:config) { TestConfig.config_instance }
9
+ let(:diego_client) { double }
10
11
before do
12
locator.config = config
0 commit comments