I am new to ScalaTest and I am trying to make a simple test run from within Eclipse. I am using Eclipse 3.5.0 with Scala plugin version 2.7.6.final on a Mac OS 10.6.1.
I'm using the sample spec straight from the scalatest.org website: I created a file named "StackSpec.scala" (under my /src/test/scala source directory) with the following contents: