How to run scala
specs 2
in eclipse
(scala-ide)?
My steps were:
- sbt eclipse - generate eclipse project from existing source
- eclise: import project - open project in eclipse ide
- Put break-point in my SPECS 2 test (class MyTest extends Specification { ... )
- Try to run test ...? (usually I do it in IntelliJ IDEA.. but today going to check how eclipse works with debug in
scala
..)