We have a large infrastructure that is highly dependent on the Spring Framework. I recently started writing code in Scala and tested it with Specs. It's great, but at some point I need to use Spring-dependent functions (such as DAO HibernateDaoSupport).
Has anyone been able to use the SpringJUnit4ClassRunner class to run Specs tests? Does anyone have a different direction regarding how to achieve this goal?
thanks
spring scala junit specs
Electric monk
source share