Skip to content

Commit 4292cac

Browse files
committed
typo was masking a duplicate spec; fixing the typo exposed the bad spec
1 parent 8e30365 commit 4292cac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/mongo/server/app_metadata/environment_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ def without_kubernetes
8484
end
8585
end
8686

87-
shared_examples_for 'running under Kubernetes' do
88-
it 'detects that kubernetes is present' do
89-
expect(env.container['orchestrator']).to be == 'kubernetes'
90-
end
91-
end
92-
9387
context 'when run outside of a FaaS environment' do
9488
it_behaves_like 'running outside a FaaS environment'
9589
end

0 commit comments

Comments
 (0)