R005 - Unable to load class: 66
Class: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter Please check that the class is available on your test runtime classpath.
Added spring-boot-security-starter
dependency to <scope>test</scope>
in pom.xml
…
what else am I missing here? the class under test is a helper class full of static methods. Not utilizing spring security at all…