Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Paananen committed Nov 23, 2011
1 parent 5ab2410 commit 16e3583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import org.scalatra.test.specs2.MutableScalatraSpec
import javax.servlet.http.{HttpServlet, HttpServletRequest, HttpServletResponse}

class FunctionalSpec extends MutableScalatraSpec {
// sequential is required if your service is anyhow stateful
args(sequential=true)
addServlet(new RestServlet, "/*")

Expand Down

0 comments on commit 16e3583

Please sign in to comment.