Skip to content

Commit 507158c

Browse files
Daniel Mikusapivotal-david-osullivan
Daniel Mikusa
andauthored
Update spec/java_buildpack/framework/luna_security_provider_spec.rb
Co-authored-by: David O'Sullivan <[email protected]>
1 parent 858622a commit 507158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/java_buildpack/framework/luna_security_provider_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
expect(root_libraries).to include(droplet.sandbox + 'jsp/LunaProvider.jar')
234234
end
235235

236-
it 'adds does not add extension directory in Java 9+' do
236+
it 'does not add extension directory in Java 9+' do
237237
component.release
238238

239239
expect(extension_directories).not_to include(droplet.sandbox + 'ext')

0 commit comments

Comments
 (0)