scalatra / scalatra-sbt-prototype

A minimal Scalatra application with an SBT build to kickstart your project.
http://www.scalatra.org/
35 stars 18 forks source link

Test suite does not run #1

Closed mathiask closed 14 years ago

mathiask commented 14 years ago

I think it should say "class MyScalatraFilterSuite extends ScalatraFunSuite with ShouldMatchers..." rather than "... ScalatraSuite..."

rossabaker commented 14 years ago

Yes. I made a change to scalatra-test a while back and neglected to fix the prototype. I just pushed a fix. Thanks!