Navigation Menu

Skip to content

Commit

Permalink
reorganize previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Mar 22, 2013
1 parent e4cd251 commit 9a1d5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -11,4 +11,4 @@ import org.specs2.mutable.SpecificationLike
* This is a spec of the mutable variation of the specs2 framework.
* All documentation for specs2 still applies.
*/
trait MutableScalatraSpec extends BaseScalatraSpec with SpecificationLike with ScalatraTests
trait MutableScalatraSpec extends SpecificationLike with BaseScalatraSpec
Expand Up @@ -12,4 +12,4 @@ import org.specs2.SpecificationLike
* This is a spec of the immutable variation of the specs2 framework.
* All documentation for specs2 still applies.
*/
trait ScalatraSpec extends BaseScalatraSpec with SpecificationLike with ScalatraTests
trait ScalatraSpec extends SpecificationLike with BaseScalatraSpec

0 comments on commit 9a1d5cf

Please sign in to comment.